FHIR IG analytics| Package | il.laniado.fhir.r4 |
| Resource Type | Observation |
| Id | Observation-obs-laniado-01.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "obs-laniado-01",
"meta": {
"source": "http://emr.laniado.org.il",
"profile": [
"http://fhir.laniado.org.il/StructureDefinition/laniado-observation"
]
},
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8310-5",
"display": "Body temperature"
}
]
},
"performer": [
{
"reference": "Practitioner/LaniadoPractitionerExample"
}
],
"valueQuantity": {
"value": 37.2,
"unit": "°C",
"system": "http://unitsofmeasure.org",
"code": "Cel"
},
"status": "final",
"subject": {
"reference": "Patient/LaniadoPatientExample"
},
"encounter": {
"reference": "Encounter/enc-adm-01"
}
}