FHIR IG analytics| Package | johnmoehrke.relatedpersonconsent.example |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-ex-father.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson ex-father
Profile: Authorized RelatedPerson
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
Extension that points at an authorizing Consent: ex-consent
active: true
patient: John Schmidt Other, DoB: 1923-07-25
relationship: father
name: John Jacob Jingleheimer Schmidt (Official)
gender: Male
{
"resourceType": "RelatedPerson",
"id": "ex-father",
"meta": {
"profile": [
"http://johnmoehrke.github.io/RelatedPersonConsent/StructureDefinition/AuthorizedRelatedPerson"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://johnmoehrke.github.io/RelatedPersonConsent/StructureDefinition/JFM-authorizingConsent",
"valueReference": {
"reference": "Consent/ex-consent"
}
}
],
"active": true,
"patient": {
"reference": "Patient/ex-patient"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "FTH",
"display": "father"
}
]
}
],
"name": [
{
"use": "official",
"family": "Schmidt",
"given": [
"John",
"Jacob",
"Jingleheimer"
]
}
],
"gender": "male"
}