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

FHIR IG analytics

Packageobligation
Resource TypePatient
IdPatient-BPatient1.json
FHIR VersionR5

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 BPatient1

Gabriele Mustermann (official) Male, DoB: 1993-08-14 ( http://fhir.test.de/xyz#PAT123)


Marital Status:Married

Source1

{
  "resourceType": "Patient",
  "id": "BPatient1",
  "meta": {
    "profile": [
      "http://obligation.oemig.de/fhir/StructureDefinition/BSuperPatient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://fhir.test.de/xyz",
      "value": "PAT123"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Mustermann",
      "given": [
        "Gabriele"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1993-08-14",
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M"
      }
    ]
  }
}