eHealth Infrastructure
2021.3.0 - build

eHealth Infrastructure - Local Development build (v2021.3.0). See the Directory of published versions

: relatedperson01 - JSON Representation

Raw json | Download


{
  "resourceType" : "RelatedPerson",
  "id" : "relatedperson01",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2021-07-15T07:08:53.568+00:00",
    "profile" : [
      "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-relatedperson"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>Patient contact note</b>: This is a contact note</p><p><b>patient</b>: <a href=\"https://patient.fut.trifork.com/fhir/Patient/102\">https://patient.fut.trifork.com/fhir/Patient/102</a></p><p><b>name</b>: RelatedPerson Test (OFFICIAL)</p><p><b>address</b>: Mønsgade 20 5. tv Aarhus 8000 Danmark (HOME)</p></div>"
  },
  "extension" : [
    {
      "url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-patient-contactnote",
      "valueString" : "This is a contact note"
    }
  ],
  "patient" : {
    "reference" : "https://patient.fut.trifork.com/fhir/Patient/102"
  },
  "name" : [
    {
      "use" : "official",
      "family" : "Test",
      "given" : [
        "RelatedPerson"
      ]
    }
  ],
  "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://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-regional-subdivision-code",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://www.iso.org/obp/ui/#iso:code:3166:DK",
                "code" : "DK-85"
              }
            ]
          }
        }
      ],
      "use" : "home",
      "line" : [
        "Mønsgade 20 5. tv"
      ],
      "city" : "Aarhus",
      "postalCode" : "8000",
      "country" : "Danmark"
    }
  ]
}