Example in QI-Core7.0.2
Patient

example-2

Patient-example-2.json

Resource Details

Resource Type
Patient
Resource ID
example-2
Identifier
urn:oid:1.2.36.146.595.217.0.1|12345
Conforms To
http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient

Example Metadata

Index metadata for this example. The full FHIR resource body is not loaded in the workbench.

{
  "resourceType": "Patient",
  "id": "example-2",
  "filename": "Patient-example-2.json",
  "profile": [
    "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient"
  ],
  "identifier": {
    "system": "urn:oid:1.2.36.146.595.217.0.1",
    "value": "12345"
  },
  "displayName": "Sarah Hugankiss",
  "gender": "female",
  "birthDate": "1946-09-25"
}