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

FHIR IG analytics

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

Else Test Lauridsen (official) Female, DoB: 1991-01-02 ( urn:oid:1.2.208.176.1.2#0201919990)


Multiple Birth:true
Contact DetailTestgrusgraven 3, 1.th 3400
Links:

Source1

{
  "resourceType": "Patient",
  "id": "ElseLauridsen",
  "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": "0201919990"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Lauridsen",
      "given": [
        "Else",
        "Test"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1991-01-02",
  "address": [
    {
      "extension": [
        {
          "url": "http://hl7.dk/fhir/core/StructureDefinition/dk-core-municipalityCodes",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.dk/fhir/core/CodeSystem/dk-core-municipality-codes",
                "code": "0219"
              }
            ]
          }
        },
        {
          "url": "http://hl7.dk/fhir/core/StructureDefinition/dk-core-RegionalSubDivisionCodes",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166:-2",
                "code": "DK-84"
              }
            ]
          }
        }
      ],
      "line": [
        "Testgrusgraven 3, 1.th"
      ],
      "postalCode": "3400"
    }
  ],
  "multipleBirthBoolean": true,
  "link": [
    {
      "other": {
        "reference": "Patient/EK"
      },
      "type": "seealso"
    },
    {
      "other": {
        "reference": "Patient/EllenLouise"
      },
      "type": "seealso"
    }
  ]
}