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

FHIR IG analytics

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeRelatedPerson
IdRelatedPerson-relatedperson-videosms.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: RelatedPerson relatedperson-videosms

active: true

patient: Nancy Ann Berggren (official) Unknown, DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#2512489996 (use: official, ))

relationship: spouse

name: RelatedPerson Test (Official)

telecom: +4512345678


Source1

{
  "resourceType": "RelatedPerson",
  "id": "relatedperson-videosms",
  "meta": {
    "profile": [
      "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-relatedperson"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}