FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | Observation |
| Id | Observation-observation-not-performed.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "observation-not-performed",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-observation"
]
},
"code": {
"coding": [
{
"code": "1-8",
"system": "http://loinc.org",
"display": "Acyclovir [Susceptibility]"
}
]
},
"status": "unknown",
"dataAbsentReason": {
"coding": [
{
"code": "not-performed-medical-reason",
"system": "http://fhir.health.gov.il/cs/il-core-not-performed-reason",
"display": "not performed medical reason"
},
{
"code": "not-performed",
"system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
"display": "Not Performed"
}
]
},
"note": [
{
"text": "בדיקה לא בוצעה עקב מצב קליני לא יציב"
}
],
"performer": [
{
"reference": "Practitioner/practitioner-md"
}
],
"encounter": {
"reference": "Encounter/emergency-room-visit"
},
"subject": {
"reference": "Patient/patient-israeli"
}
}