FHIR IG analytics| Package | pc.ig |
| Resource Type | Basic |
| Id | Basic-pre-medication-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Basic pre-medication-example-1
Profile: Pre-transplant Medication
Pre-medication patient reference: Anonymous Patient Female, DoB: 2015-06-15 ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/recipient#REC-001)
Antihypertensive treatment: Amlodipine
Rituximab pre-medication: true
Other pre-transplant medications: Low-dose aspirin
Antiviral prophylaxis pre-medication: false
identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/pre-medication-id/PM0001
code: Pre-transplant medication record
{
"resourceType": "Basic",
"id": "pre-medication-example-1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pre-medication"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pre-medication-patient-ref",
"valueReference": {
"reference": "Patient/ExamplePatientTransplant1"
}
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pre-medication-antihypertensive-treatment",
"valueCodeableConcept": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/pre-medication-antihypertensive-drug",
"code": "1332418",
"display": "Amlodipine"
}
]
}
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pre-medication-rituximab",
"valueBoolean": true
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pre-medication-other-medications",
"valueString": "Low-dose aspirin"
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pre-medication-antiviral-phrophylaxis",
"valueBoolean": false
}
],
"identifier": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/pre-medication-id",
"value": "PM0001"
}
],
"code": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/pre-medication-type",
"code": "pre-medication",
"display": "Pre-transplant medication record"
}
]
}
}