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

FHIR IG analytics

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypePatient
IdPatient-102.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 102

Nancy Ann Berggren (official) Unknown, DoB Unknown ( urn:oid:1.2.208.176.1.2#Danish civil registration system - CPR#2512489996 (use: official, ))


Contact Detail
  • NemSMS
  • eBoks
  • Tårnhøjvej 47 Landet Aalborg Øst 9220 Danmark (home)

Source1

{
  "resourceType": "Patient",
  "id": "102",
  "meta": {
    "profile": [
      "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:oid:1.2.208.176.1.2",
      "value": "2512489996"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Berggren",
      "given": [
        "Nancy",
        "Ann"
      ]
    }
  ],
  "telecom": [
    {
      "system": "other",
      "value": "NemSMS"
    },
    {
      "system": "other",
      "value": "eBoks"
    }
  ],
  "gender": "unknown",
  "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": "0330"
              }
            ]
          }
        },
        {
          "url": "http://hl7.dk/fhir/core/StructureDefinition/dk-core-RegionalSubDivisionCodes",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.dk/fhir/core/CodeSystem/dk-core-regional-subdivision-codes",
                "code": "DK-85"
              }
            ]
          }
        }
      ],
      "use": "home",
      "line": [
        "Tårnhøjvej 47",
        "Landet"
      ],
      "city": "Aalborg Øst",
      "postalCode": "9220",
      "country": "Danmark"
    }
  ]
}