FHIR IG analytics| Package | hl7.eu.fhir.protect-child |
| Resource Type | Observation |
| Id | Observation-ImmPatPKObservationExample1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ImmPatPKObservationExample1
Profile: Immunosuppressant PK Observation
status: Final
category: Laboratory
code: Pre-dose drug level (trough / C0)
effective: 2023-09-15
value: 8.5 ng/mL (Details: UCUM codeng.mL-1 = 'ng.mL-1')
{
"resourceType": "Observation",
"id": "ImmPatPKObservationExample1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/imm-pat-pk-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"partOf": [
{
"reference": "MedicationStatement/ImmPatMaintenanceExample1"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/imm-pat-pk-type-cs",
"code": "pre-dose-level",
"display": "Pre-dose drug level (trough / C0)"
}
]
},
"subject": {
"reference": "Patient/ExamplePatientTransplant1"
},
"effectiveDateTime": "2023-09-15",
"valueQuantity": {
"value": 8.5,
"unit": "ng/mL",
"system": "http://unitsofmeasure.org",
"code": "ng.mL-1"
}
}