Generated Narrative: Observation
identifier: https://example.com/fhir/satisfactionidentifier
/99934500123
status: final
category: Vital Signs (Observation Category Codes#vital-signs)
code: Mental health Note (LOINC#34786-4)
effective: 2024-04-10 09:48:01-0400
value: 0.5
interpretation: Low (ObservationInterpretation#L)
"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://example.com/fhir/satisfactionidentifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "99934500123" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vital-signs" ]
] )
] ) ; #
fhir:code [
fhir:coding ( [
a loinc:34786-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "34786-4" ] ;
fhir:display [ fhir:v "Mental health Note" ]
] )
] ; #
fhir:effective [ fhir:v "2024-04-10T09:48:01-04:00"^^xsd:dateTime] ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "0.5"^^xsd:decimal ]
] ; #
fhir:interpretation ( [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "L" ]
] )
] ) . #
# -------------------------------------------------------------------------------------