FHIR IG analytics| Package | dk.ehealth.sundhed.fhir.ig.core |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-relatedperson01.json |
| FHIR Version | R4 |
No resources found
No resources found
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
name: RelatedPerson Test (Official)
address: Mønsgade 20 5. tv Aarhus 8000 Danmark (home)
{
"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"
}
]
}