HL7 FHIR Implementation Guide: Common Terminology Criteria (CTC) Adverse Events Release 1 - DRAFT
0.0.1 - DRAFT
HL7 FHIR Implementation Guide: Common Terminology Criteria (CTC) Adverse Events Release 1 - DRAFT, published by HL7 International Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/standardhealth/fsh-ae/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "r201-5",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"r201-5\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation "r201-5" </p></div><p><b>status</b>: final</p><p><b>code</b>: Mean Cell Hemoglobin <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#785-6 "MCH [Entitic mass] by Automated count")</span></p><p><b>subject</b>: <a href=\"Patient-PatientPersona2.html\">Patient/PatientPersona2</a> " C."</p><p><b>performer</b>: <a href=\"Organization-us-core-organization-acme-laboratory.html\">Organization/us-core-organization-acme-laboratory: Acme Laboratory, Inc</a> "Acme Laboratory, Inc."</p><p><b>value</b>: 36 pg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code pg = 'pg')</span></p><p><b>interpretation</b>: High <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ObservationInterpretation.html\">ObservationInterpretation</a>#H)</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>27 pg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code pg = 'pg')</span></td><td>35 pg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code pg = 'pg')</span></td></tr></table></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "785-6",
"display" : "MCH [Entitic mass] by Automated count"
}
],
"text" : "Mean Cell Hemoglobin"
},
"subject" : {
🔗 "reference" : "Patient/PatientPersona2"
},
"performer" : [
{
🔗 "reference" : "Organization/us-core-organization-acme-laboratory",
"display" : "Acme Laboratory, Inc"
}
],
"valueQuantity" : {
"value" : 36,
"unit" : "pg",
"system" : "http://unitsofmeasure.org",
"code" : "pg"
},
"interpretation" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code" : "H"
}
]
}
],
"referenceRange" : [
{
"low" : {
"value" : 27,
"unit" : "pg",
"system" : "http://unitsofmeasure.org",
"code" : "pg"
},
"high" : {
"value" : 35,
"unit" : "pg",
"system" : "http://unitsofmeasure.org",
"code" : "pg"
}
}
]
}