FHIR IG analytics| Package | hl7.fhir.us.mcc |
| Resource Type | Observation |
| Id | Observation-symptom5.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation symptom5
status: Final
category: Symptom
code: Symptom
subject: Patricia Noelle
effective: 2022-05-01
performer: Dr. John Carlson
value: Pain in bilateral upper arms (finding)
{
"resourceType": "Observation",
"id": "symptom5",
"meta": {
"profile": [
"http://hl7.org/fhir/us/mcc/StructureDefinition/MCCSymptomObservation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "75325-1",
"display": "Symptom"
}
],
"text": "Symptom"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "75325-1",
"display": "Symptom"
}
]
},
"subject": {
"reference": "Patient/cc-pat-pnoelle",
"display": "Patricia Noelle"
},
"effectiveDateTime": "2022-05-01",
"performer": [
{
"reference": "Practitioner/practitionerMCC-3v",
"display": "Dr. John Carlson"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "15749341000119107",
"display": "Pain in bilateral upper arms (finding)"
}
]
}
}