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

FHIR IG analytics

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

Schwendlund Test Mosebryggersen(official) Male, DoB: 1958-08-01 ( urn:oid:1.2.208.176.1.2#0108589995 (use: official, ))


Marital Status:unmarried
Contact DetailNordre Ringgade 3 Aarhus 8000 DK (home)
Links:
  • General Practitioner: Peter Sønderby (Identifier: urn:oid:1.2.208.176.1.1/79641000016006)

Source1

{
  "resourceType": "Patient",
  "id": "283",
  "meta": {
    "profile": [
      "http://hl7.dk/fhir/core/StructureDefinition/dk-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:oid:1.2.208.176.1.2",
      "value": "0108589995"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Schwendlund Test Mosebryggersen",
      "family": "Mosebryggersen",
      "given": [
        "Schwendlund",
        "Test"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1958-08-01",
  "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": "urn:iso:std:iso:3166:-2",
                "code": "DK-85"
              }
            ]
          }
        },
        {
          "url": "http://hl7.org/fhir/StructureDefinition/address-official",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "DK"
              }
            ]
          }
        }
      ],
      "use": "home",
      "type": "postal",
      "line": [
        "Nordre Ringgade 3"
      ],
      "city": "Aarhus",
      "postalCode": "8000",
      "country": "DK"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "U",
        "display": "unmarried"
      }
    ]
  },
  "generalPractitioner": [
    {
      "identifier": {
        "system": "urn:oid:1.2.208.176.1.1",
        "value": "79641000016006"
      },
      "display": "Peter Sønderby"
    }
  ]
}