FHIR IG analytics| Package | gdrl.fhir.r4 |
| Resource Type | Observation |
| Id | Example_ReteLab_Observation_RisultatoSingolo.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "esempio-observation-singolo",
"meta": {
"versionId": "1",
"profile": [
"https://fhir.siss.regione.lombardia.it/StructureDefinition/ReteLabObservationRisultati"
]
},
"status": "final",
"effectiveDateTime": "2022-11-16T15:09:00+01:00",
"code": {
"coding": [
{
"code": "1453",
"display": "Piastrine",
"system": "http://loinc.org"
},
{
"code": "1455@1",
"system": "DN"
}
]
},
"valueQuantity": {
"value": 65,
"unit": "g/dL"
},
"interpretation": [
{
"coding": [
{
"system": "https://fhir.siss.regione.lombardia.it/ValueSet/StatoAnormalitaRisultato",
"code": "HH",
"display": "Fortemente sopra il livello minimo di normalità"
}
]
}
],
"referenceRange": [
{
"low": {
"value": 13
},
"high": {
"value": 16
}
}
],
"subject": {
"reference": "Patient/esempio-paziente-cittadino"
},
"basedOn": [
{
"reference": "ServiceRequest/esempio-servicerequest-completato"
}
],
"performer": [
{
"reference": "PractitionerRole/esempio-practitionerrole-responsabile-1"
}
]
}