XealthIG
v1.42.0 - release
XealthIG - Local Development build (vv1.42.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "ExampleObservationValueQuantity",
"meta" : {
"profile" : [
🔗 "https://fhir.xealth.io/StructureDefinition/xealth-observation-valuequantity"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ExampleObservationValueQuantity</b></p><a name=\"ExampleObservationValueQuantity\"> </a><a name=\"hcExampleObservationValueQuantity\"> </a><a name=\"ExampleObservationValueQuantity-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-xealth-observation-valuequantity.html\">Xealth Observation ValueQuantity</a></p></div><p><b>Ehr Order Id</b>: 12345</p><blockquote><p><b>Ordering Provider</b></p><ul><li>identifier: NPI identifier/12345</li><li>name: Xealth Test </li></ul></blockquote><p><b>basedOn</b>: <a href=\"ServiceRequest-ExampleServiceRequest.html\">ServiceRequest: status = active; intent = plan</a></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 15074-8}\">Glucose [Moles/volume] in Blood</span></p><p><b>subject</b>: <a href=\"Patient-ExampleXealthPatient.html\">Xealth Profile Test Male, DoB: 1986-07-13 ( XPID:\u00a0xealth-17328-1732489-17846492-3128691\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>effective</b>: 2021-06-11 04:44:16+0000</p><p><b>performer</b>: <a href=\"Organization-ExampleOrganization.html\">Organization Health Level Seven International</a></p><p><b>value</b>: 6.3 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemmol/L = 'mmol/L')</span></p></div>"
},
"extension" : [
{
"url" : "https://fhir.xealth.io/StructureDefinition/extension-ehr-order-id",
"valueString" : "12345"
},
{
"extension" : [
{
"url" : "identifier",
"valueIdentifier" : {
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NPI"
}
],
"text" : "NPI identifier"
},
"system" : "urn:oid:0.1.2.3.4.5.6.7",
"value" : "12345"
}
},
{
"url" : "name",
"valueHumanName" : {
"family" : "Test",
"given" : [
"Xealth"
]
}
}
],
"url" : "https://fhir.xealth.io/StructureDefinition/extension-ordering-provider"
}
],
"basedOn" : [
{
🔗 "reference" : "ServiceRequest/ExampleServiceRequest"
}
],
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "15074-8",
"display" : "Glucose [Moles/volume] in Blood"
}
]
},
"subject" : {
🔗 "reference" : "Patient/ExampleXealthPatient"
},
"effectiveDateTime" : "2021-06-11T04:44:16Z",
"performer" : [
{
🔗 "reference" : "Organization/ExampleOrganization"
}
],
"valueQuantity" : {
"value" : 6.3,
"system" : "http://unitsofmeasure.org",
"code" : "mmol/L"
}
}