FHIR IG analytics| Package | johnmoehrke.testcore.example |
| Resource Type | Observation |
| Id | Observation-ex-pain.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ex-pain
status: Final
category: Vital Signs
code: PAIN
subject: John Schmidt Other, DoB: 1923-07-25
effective: 2004-01-21 11:01:00+0000
performer: self
value: 0
{
"resourceType": "Observation",
"id": "ex-pain",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "72514-3",
"display": "Pain severity - 0-10 verbal numeric rating [Score] - Reported"
}
],
"text": "PAIN"
},
"subject": {
"reference": "Patient/ex-patient"
},
"effectiveDateTime": "2004-01-21T11:01:00Z",
"performer": [
{
"display": "self"
}
],
"valueInteger": 0
}