eHealth Infrastructure
10.0.0 - release Denmark flag

eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 10.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions

: RelatedPerson with video-appointment SMS reminder telecom - JSON Representation

Raw json | Download

{
  "resourceType" : "RelatedPerson",
  "id" : "relatedperson-videosms",
  "meta" : {
    "profile" : [
      🔗 "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-relatedperson"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson relatedperson-videosms</b></p><a name=\"relatedperson-videosms\"> </a><a name=\"hcrelatedperson-videosms\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ehealth-relatedperson.html\">ehealth-relatedperson</a></p></div><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-102.html\">Nancy Ann Berggren (official) Unknown, DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#2512489996\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode SPS}\">spouse</span></p><p><b>name</b>: RelatedPerson Test (Official)</p><p><b>telecom</b>: +4512345678</p></div>"
  },
  "active" : true,
  "patient" : {
    🔗 "reference" : "Patient/102"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "SPS"
        }
      ]
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Test",
      "given" : [
        "RelatedPerson"
      ]
    }
  ],
  "telecom" : [
    {
      "extension" : [
        {
          "url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-telecom-purpose",
          "valueCoding" : {
            "system" : "http://ehealth.sundhed.dk/cs/telecom-purpose",
            "code" : "video-appointment-reminder-sms"
          }
        }
      ],
      "system" : "sms",
      "value" : "+4512345678"
    }
  ]
}