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

FHIR IG analytics

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

Max Moser Male, DoB: 1988-11-27 ( Medical record number)


Contact DetailSchneefeld 5a Bern 3006 CH

Source1

{
  "resourceType": "Patient",
  "id": "MaxMoser",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-epr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "urn:oid:2.999.1",
      "value": "123456"
    }
  ],
  "name": [
    {
      "family": "Moser",
      "given": [
        "Max"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1988-11-27",
  "address": [
    {
      "line": [
        "Schneefeld 5a"
      ],
      "city": "Bern",
      "postalCode": "3006",
      "country": "CH"
    }
  ]
}