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

FHIR IG analytics

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

Peter Muster Male, DoB: 1964-05-14 ( urn:oid:2.16.756.5.32#7562295883070)


Other Id:urn:oid:2.16.756.5.30.1.123.100.1.1.1/80756078901234567890 (, period: (?) --> 2018-03-03)
Contact DetailMusterstrasse 5 Maienfeld 7304

Source1

{
  "resourceType": "Patient",
  "id": "ClaimPatient",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.756.5.32",
      "value": "7562295883070"
    },
    {
      "system": "urn:oid:2.16.756.5.30.1.123.100.1.1.1",
      "value": "80756078901234567890",
      "period": {
        "end": "2018-03-03"
      }
    }
  ],
  "name": [
    {
      "family": "Muster",
      "given": [
        "Peter"
      ],
      "prefix": [
        "Herr"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1964-05-14",
  "address": [
    {
      "line": [
        "Musterstrasse 5"
      ],
      "city": "Maienfeld",
      "postalCode": "7304"
    }
  ]
}