FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.eu.fhir.idea4rc
Resource TypePatient
IdPatient-patient-id-17.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Patient patient-id-17

Anonymous Patient Male, DoB: 1968-01-01


Contact DetailNorth American country
Race ExtensionBlack or African American

Source1

{
  "resourceType": "Patient",
  "id": "patient-id-17",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/patient-eu-i4rc"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/Race-eu-i4rc",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.ohdsi.org/CodeSystem/concepts",
            "code": "8516",
            "display": "Black or African American"
          }
        ]
      }
    }
  ],
  "gender": "male",
  "birthDate": "1968-01-01",
  "address": [
    {
      "country": "North American country"
    }
  ]
}