FHIR IG analytics| Package | lt.hl7.fhir.breast |
| Resource Type | Observation |
| Id | Observation-observation-radiation-dose-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Observation observation-radiation-dose-example
Language: en
Profile: ObservationLt
status: Final
category: Imaging
code: Observable entity
effective: 2024-06-15 10:15:00+0300
value: 2.5 milligray (Details: UCUM codemGy = 'mGy')
Lithuanian
Generated Narrative: Observation observation-radiation-dose-example
Language: en
Profile: ObservationLt
status: Final
category: Imaging
code: Observable entity
effective: 2024-06-15 10:15:00+0300
value: 2.5 milligray (Details: UCUM codemGy = 'mGy')
{
"resourceType": "Observation",
"id": "observation-radiation-dose-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/base/StructureDefinition/observation-lt"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "imaging",
"display": "Imaging"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "363787002",
"display": "Observable entity"
}
]
},
"subject": {
"reference": "Patient/example-patient-female"
},
"encounter": {
"reference": "Encounter/encounter-breast-step2-imaging-example"
},
"effectiveDateTime": "2024-06-15T10:15:00+03:00",
"valueQuantity": {
"value": 2.5,
"unit": "milligray",
"system": "http://unitsofmeasure.org",
"code": "mGy"
}
}