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

FHIR IG analytics

Packagemedcom.fhir.dk.carecommunicationtestscripts
Resource TypePatient
IdPatient-83949bef-2b75-429c-ada7-ca3998fb046a.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 83949bef-2b75-429c-ada7-ca3998fb046a

Bruno Test Elmer (official) Male, DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#2509479989)


Marital Status:Registreret partnerskab
Contact Detail
  • ph: 47899878(Mobile)
  • hej@med.dig
  • Testpark Allé 48 Hillerød 3400

Source1

{
  "resourceType": "Patient",
  "id": "83949bef-2b75-429c-ada7-ca3998fb046a",
  "meta": {
    "profile": [
      "http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:1.2.208.176.1.2",
      "value": "2509479989"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Elmer",
      "given": [
        "Bruno",
        "Test"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "47899878",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "hej@med.dig",
      "use": "work"
    }
  ],
  "gender": "male",
  "address": [
    {
      "line": [
        "Testpark Allé 48"
      ],
      "city": "Hillerød",
      "postalCode": "3400"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://hl7.dk/fhir/core/CodeSystem/dk-marital-status",
        "code": "P"
      }
    ]
  }
}