FHIR IG analytics| Package | sk.registry.core.r5 |
| Resource Type | Observation |
| Id | Observation-TimingMetricObservationExample.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation TimingMetricObservationExample
status: Final
category: Procedure
code: Door to Needle
subject: Anonymous Patient (no stated gender), DoB Unknown
value: 30 minute (Details: ucum codemin = 'min')
{
"resourceType": "Observation",
"id": "TimingMetricObservationExample",
"meta": {
"profile": [
"http://testSK.org/StructureDefinition/timing-metric-observation-profile"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "procedure"
}
]
}
],
"code": {
"coding": [
{
"system": "http://testSK.org/CodeSystem/timing-metric-codes-cs",
"code": "D2N",
"display": "Door to Needle"
}
]
},
"subject": {
"reference": "Patient/example-patient"
},
"encounter": {
"reference": "Encounter/StrokeEncounterExample"
},
"valueQuantity": {
"value": 30,
"unit": "minute",
"system": "https://ucum.org/ucum",
"code": "min"
}
}