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

FHIR IG analytics

Packagehl7.fhir.dk.core
Resource TypePatient
IdPatient-Max.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 Max

Mr. Max Test Berggren(official) Male, DoB: 1972-07-01 ( urn:oid:1.2.208.176.1.2#0107729995)


Marital Status:Registreret partnerskab

Source1

{
  "resourceType": "Patient",
  "id": "Max",
  "meta": {
    "profile": [
      "http://hl7.dk/fhir/core/StructureDefinition/dk-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:1.2.208.176.1.2",
      "value": "0107729995"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Mr. Max Test Berggren",
      "family": "Berggren",
      "given": [
        "Max",
        "Test"
      ],
      "prefix": [
        "Mr"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1972-07-01",
  "maritalStatus": {
    "coding": [
      {
        "system": "http://hl7.dk/fhir/core/CodeSystem/dk-marital-status",
        "code": "P"
      }
    ]
  }
}