FHIR IG analytics| Package | hl7.fhir.au.draft.mydraftig |
| Resource Type | Observation |
| Id | Observation-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation example
Profile: My Observation Profile
status: Final
code: Placeholder
component
code: Systolic blood pressure
value: 1 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure
value: 1 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')
{
"resourceType": "Observation",
"id": "example",
"meta": {
"profile": [
"http://draft.hl7.org.au/fhir/mydraftig/StructureDefinition/myobservation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"text": "Placeholder"
},
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6"
}
]
},
"valueQuantity": {
"value": 1,
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4"
}
]
},
"valueQuantity": {
"value": 1,
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}