FHIR IG analytics| Package | hl7.fhir.us.core.r4 |
| Resource Type | Observation |
| Id | Observation-capillary-refill-time-nail-bed.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation capillary-refill-time-nail-bed
status: Final
category: Exam
code: Capillary refill Time Nail Bed
subject: Amy Shaw
encounter: Cardiology Consult
effective: 2021-11-10 16:48:57-0800
performer: Dr Ronald Bone
value: 1 s (Details: UCUM codes = 's')
{
"resourceType": "Observation",
"id": "capillary-refill-time-nail-bed",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-clinical-result|8.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "exam",
"display": "Exam"
}
],
"text": "Exam"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "44963-7",
"display": "Capillary refill Time Nail Bed"
}
],
"text": "Capillary refill Time Nail Bed"
},
"subject": {
"reference": "Patient/example",
"display": "Amy Shaw"
},
"encounter": {
"display": "Cardiology Consult"
},
"effectiveDateTime": "2021-11-10T16:48:57.246958-08:00",
"performer": [
{
"reference": "Practitioner/practitioner-1",
"display": "Dr Ronald Bone"
}
],
"valueQuantity": {
"value": 1,
"unit": "s",
"system": "http://unitsofmeasure.org",
"code": "s"
}
}