Developer Satisfaction
0.2.0 - ci-build
Developer Satisfaction - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "Observation2",
"meta" : {
"lastUpdated" : "2024-04-10T14:50:33-04:00",
"profile" : [
🔗 "http://touchstone.aegis.net/touchstone/fhir/dev-satisfaction/StructureDefinition/dev-satisfaction-observation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"Observation2\"> </a><a name=\"hcObservation2\"> </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 "Observation2" Updated "2024-04-10 14:50:33-0400" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dev-satisfaction-observation.html\">Developer Satisfaction Observation Profile - Required Data</a></p></div><p><b>identifier</b>: <code>https://example.com/fhir/satisfactionidentifier</code>/99934500124</p><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#vital-signs)</span></p><p><b>code</b>: Mental health Note <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#34786-4)</span></p><p><b>effective</b>: 2024-04-10 14:50:33-0400</p><p><b>value</b>: 0.9</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></div>"
},
"identifier" : [
{
"system" : "https://example.com/fhir/satisfactionidentifier",
"value" : "99934500124"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "34786-4",
"display" : "Mental health Note"
}
]
},
"effectiveDateTime" : "2024-04-10T14:50:33-04:00",
"valueQuantity" : {
"value" : 0.9
},
"interpretation" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code" : "H"
}
]
}
]
}