Projo FHIR Documentation
0.1.0 - ci-build
Projo FHIR Documentation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "ExampleExtractedObservation",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ExampleExtractedObservation</b></p><a name=\"ExampleExtractedObservation\"> </a><a name=\"hcExampleExtractedObservation\"> </a><p><b>identifier</b>: <code>https://projo.evoleen.com/fhir/identifier/extracted-resource</code>/qr-12345#Observation#http://loinc.org#44250-9#a1b2c3</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 44250-9}\">Feeling down, depressed, or hopeless?</span></p><p><b>subject</b>: <a href=\"Patient/example-patient\">Patient/example-patient</a></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA6568-5}\">Not at all</span></p><p><b>derivedFrom</b>: <a href=\"QuestionnaireResponse/example-qr\">QuestionnaireResponse/example-qr</a></p></div>"
},
"identifier" : [
{
"system" : "https://projo.evoleen.com/fhir/identifier/extracted-resource",
"value" : "qr-12345#Observation#http://loinc.org#44250-9#a1b2c3"
}
],
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "44250-9",
"display" : "Feeling down, depressed, or hopeless?"
}
]
},
"subject" : {
"reference" : "Patient/example-patient"
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "LA6568-5",
"display" : "Not at all"
}
]
},
"derivedFrom" : [
{
"reference" : "QuestionnaireResponse/example-qr"
}
]
}