FHIR IG analytics| Package | eng.fhir.profile.dev |
| Resource Type | Observation |
| Id | Observation-LIS.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "HC40-UNITY.observation",
"meta": {
"profile": [
"https://eng.it/fhir/StructureDefinition/Observation_Eng"
]
},
"basedOn": [
{
"reference": "ServiceRequest/example"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://cct.eng.it/FHIR/schema/observation-code-hc40unityAnalyticManager",
"code": "00010",
"display": "Codice risultato"
}
]
},
"effectiveDateTime": "2022-03-24T00:00:00+01:00",
"issued": "2022-09-05T14:51:00+02:00",
"performer": [
{
"extension": [
{
"url": "http://cct.eng.it/FHIR/schema/observation-performerType",
"valueCodeableConcept": {
"coding": [
{
"system": "http://cct.eng.it/FHIR/schema/observation-performerTypeCode",
"code": "VAL",
"display": "medico validante"
}
]
}
}
],
"reference": "PractitionerRole/Ute1"
},
{
"extension": [
{
"url": "http://cct.eng.it/FHIR/schema/observation-performerType",
"valueCodeableConcept": {
"coding": [
{
"system": "http://cct.eng.it/FHIR/schema/observation-performerTypeCode",
"code": "REF",
"display": "medico refertante"
}
]
}
}
],
"reference": "PractitionerRole/Ute1"
}
],
"valueString": "campione da processare",
"method": {
"coding": [
{
"system": "http://cct.eng.it/FHIR/schema/observation-method-hc40unityAnalyticManager",
"code": "methodical"
}
]
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Valore normale"
}
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "HH",
"display": "Valore patologico"
}
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "H",
"display": "Valore di attenzione"
}
]
}
],
"note": [
{
"text": "Specimen is grossly lipemic"
}
],
"specimen": {
"reference": "Specimen/101"
},
"device": {
"identifier": {
"system": "http://www.hc40unityAnalyticManager.it/device-identifier",
"value": "AIA1800b"
}
}
}