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-relatedperson01.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 relatedperson01

version: 1; Last updated: 2021-07-15 07:08:53+0000

Profile: ehealth-relatedperson

Patient contact note: This is a contact note

patient: Nancy Ann Berggren (official) Unknown, DoB Unknown ( urn:oid:1.2.208.176.1.2#Danish civil registration system - CPR#2512489996 (use: official, ))

name: RelatedPerson Test (Official)

address: Mønsgade 20 5. tv Aarhus 8000 Danmark (home)


Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-patient-contactnote",
      "valueString": "This is a contact note"
    }
  ],
  "patient": {
    "reference": "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"
              }
            ]
          }
        }
      ],
      "use": "home",
      "line": [
        "Mønsgade 20 5. tv"
      ],
      "city": "Aarhus",
      "postalCode": "8000",
      "country": "Danmark"
    }
  ]
}