FHIR IG analytics| Package | hl7.fhir.uv.aitransparency |
| Resource Type | Observation |
| Id | Observation-other-model-result.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation other-model-result
Security Label: Artificial Intelligence asserted (Details: ObservationValue code AIAST = 'Artificial Intelligence asserted')
status: Final
code: Hemoglobin [Mass/volume] in Blood
subject: http://server.example.org/fhir/Patient/f201
effective: 2026-01-15 10:55:00+0000
value: 13.2 g/dL (Details: UCUM codeg/dL = 'g/dL')
{
"resourceType": "Observation",
"id": "other-model-result",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
"code": "AIAST",
"display": "Artificial Intelligence asserted"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "718-7",
"display": "Hemoglobin [Mass/volume] in Blood"
}
]
},
"subject": {
"reference": "http://server.example.org/fhir/Patient/f201"
},
"effectiveDateTime": "2026-01-15T10:55:00Z",
"valueQuantity": {
"value": 13.2,
"unit": "g/dL",
"system": "http://unitsofmeasure.org",
"code": "g/dL"
},
"device": {
"reference": "Device/TheOtherAI"
}
}