Example in QI-Core7.0.2
Patient

example

Patient-example.json

Resource Details

Resource Type
Patient
Resource ID
example
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",
  "filename": "Patient-example.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": "Peter James Chalmers",
  "gender": "male",
  "birthDate": "1974-12-25"
}