FHIR IG analytics| Package | hl7.fhir.eu.extensions |
| Resource Type | Consent |
| Id | Consent-consent-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent consent-example
Consent: Related Condition: Condition Chronic kidney disease stage 1
status: Active
category: Consent Document
Generated Narrative: Condition #condition-example
clinicalStatus: Active
code: Chronic kidney disease stage 1
subject: Nice Patient
onset: 40 a (Details: UCUM codea = 'a')
{
"resourceType": "Consent",
"id": "consent-example",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Condition",
"id": "condition-example",
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code": "active",
"display": "Active"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "431855005",
"display": "Chronic kidney disease stage 1"
}
]
},
"subject": {
"display": "Nice Patient"
},
"onsetAge": {
"extension": [
{
"url": "http://hl7.eu/fhir/extensions/StructureDefinition/periods-of-life",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "41847000",
"display": "Adulthood"
}
]
}
}
],
"value": 40,
"system": "http://unitsofmeasure.org",
"code": "a"
}
}
],
"extension": [
{
"url": "http://hl7.eu/fhir/StructureDefinition/consent-relatedCondition",
"valueReference": {
"reference": "#condition-example"
}
}
],
"status": "active",
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "59284-0",
"display": "Consent Document"
}
]
}
]
}