Laboratory Base Class FHIR Profiles, published by HL7 International - Clinical Information Modeling Initiative. This is not an authorized publication; it is the continuous build for version 0.1). This version is based on the current content of https://github.com/HL7/cimi-labs/ and changes regularly. See the Directory of published versions
: TiterLab-example - JSON Representation
Raw json | Download
{
"resourceType" : "Observation",
"id" : "TiterLab-example",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/cimi-labs/StructureDefinition/standard-lab-obs-titer"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"TiterLab-example\"> </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 "TiterLab-example" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-standard-lab-obs-titer.html\">Standard Lab Obs Titer</a></p></div><p><b>identifier</b>: Accession ID: TH56231, Filler Identifier: 12093785, Placer Identifier: 58739021</p><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: Reagin Ab [Titer] in Cerebral spinal fluid by RPR <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#87925-4)</span></p><p><b>subject</b>: <span>: Young, Female 2345</span></p><p><b>encounter</b>: <span>: GP Visit</span></p><p><b>effective</b>: 2019-10-16 12:12:29-0900</p><p><b>performer</b>: </p><ul><li><a href=\"Practitioner-LabTech.html\">Practitioner/LabTech</a> ""</li><li><a href=\"Organization-ACMELab.html\">Organization/ACMELab</a> "ACME Clinical Laboratories"</li><li><a href=\"Practitioner-DrDr.html\">Practitioner/DrDr</a> ""</li></ul><p><b>value</b>: 1/512</p><p><b>interpretation</b>: Positive <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#10828004)</span></p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ACSN"
}
]
},
"value" : "TH56231"
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "FILL"
}
]
},
"value" : "12093785"
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PLAC"
}
]
},
"value" : "58739021"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "87925-4"
}
],
"text" : "Reagin Ab [Titer] in Cerebral spinal fluid by RPR"
},
"subject" : {
"display" : "Young, Female 2345"
},
"encounter" : {
"display" : "GP Visit"
},
"effectiveDateTime" : "2019-10-16T12:12:29-09:00",
"performer" : [
{
"reference" : "Practitioner/LabTech"
},
{
"reference" : "Organization/ACMELab"
},
{
"reference" : "Practitioner/DrDr"
}
],
"valueRatio" : {
"numerator" : {
"value" : 1
},
"denominator" : {
"value" : 512
}
},
"interpretation" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "10828004",
"display" : "Positive"
}
]
}
]
}