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

FHIR IG analytics

Packagech.fhir.ig.ch-crl
Resource TypePatient
IdPatient-ElseZimmerli.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

Resource "ElseZimmerli"

Profile: CH CRL Patient

identifier: id: 756.8833.2836.29

name: Else Zimmerli

gender: female

birthDate: 1948-11-23

deceased: 2019-03-24

address: 8004


Source1

{
  "resourceType": "Patient",
  "id": "ElseZimmerli",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.756.5.32",
      "value": "756.8833.2836.29"
    }
  ],
  "name": [
    {
      "family": "Zimmerli",
      "given": [
        "Else"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1948-11-23",
  "deceasedDateTime": "2019-03-24",
  "address": [
    {
      "postalCode": "8004"
    }
  ]
}