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

FHIR IG analytics

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

Marvin Muster Male, DoB: 1997-01-26 ( urn:oid:2.16.756.5.32#7562295883070)


Marital Status:in eingetragener Partnerschaft
Language:Deutsch (Schweiz) (preferred)
Patient Birth PlaceSalzburg Österreich
Place of Origin according to eCH-0011Zug ZG
Patient ReligionOrthodox

Source1

{
  "resourceType": "Patient",
  "id": "MarvinMuster",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress": {
        "city": "Salzburg",
        "country": "Österreich"
      }
    },
    {
      "url": "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-ech-11-placeoforigin",
      "valueAddress": {
        "city": "Zug",
        "state": "ZG"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-religion",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation",
            "code": "1036",
            "display": "Orthodox"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "urn:oid:2.16.756.5.32",
      "value": "7562295883070"
    }
  ],
  "name": [
    {
      "family": "Muster",
      "given": [
        "Marvin"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1997-01-26",
  "maritalStatus": {
    "coding": [
      {
        "system": "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus",
        "code": "6",
        "display": "in eingetragener Partnerschaft"
      }
    ]
  },
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "de-CH"
          }
        ],
        "text": "Deutsch (Schweiz)"
      },
      "preferred": true
    }
  ]
}