FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | ValueSet |
| Id | ValueSet-physical-examination-interpretation-value-set.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/jembi/ethiopia-hiv/ValueSet-physical-examination-interpretation-value-set.html |
| URL | http://moh.gov.et/fhir/hiv/ValueSet/physical-examination-interpretation-value-set |
| Version | 1.0.1 |
| Status | active |
| Date | 2026-02-09T05:22:58+00:00 |
| Name | PhysicalExamInterpretationValueSet |
| Title | Physical Examinations Interpretation |
| Description | Codes used for interpreting the finding associated with the physical examination. |
| StructureDefinition | |
| physical-examinations-observation | Observation - Physical Examinations |
| CodeSystem | |
| v3-ObservationInterpretation | ObservationInterpretation |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet physical-examination-interpretation-value-set
http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation version 📦3.0.0| Code | Display | Definition |
| A | Abnormal | The result or observation value is outside the reference range or expected norm (as defined for the respective test procedure). \[Note: Typically applies to non-numeric results.\] |
| N | Normal | The result or observation value is within the reference range or expected norm (as defined for the respective test procedure). \[Note: Applies to numeric or non-numeric results.\] |
{
"resourceType": "ValueSet",
"id": "physical-examination-interpretation-value-set",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://moh.gov.et/fhir/hiv/ValueSet/physical-examination-interpretation-value-set",
"version": "1.0.1",
"name": "PhysicalExamInterpretationValueSet",
"title": "Physical Examinations Interpretation",
"status": "active",
"experimental": false,
"date": "2026-02-09T05:22:58+00:00",
"publisher": "Jembi Health Systems",
"contact": [
{
"name": "Jembi Health Systems",
"telecom": [
{
"system": "url",
"value": "https://www.jembi.org"
},
{
"system": "email",
"value": "info@jembi.org"
}
]
},
{
"name": "Jembi Health Systems",
"telecom": [
{
"system": "email",
"value": "info@jembi.org",
"use": "work"
}
]
}
],
"description": "Codes used for interpreting the finding associated with the physical examination.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "ET",
"display": "Ethiopia"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"concept": [
{
"code": "A",
"display": "Abnormal"
},
{
"code": "N",
"display": "Normal"
}
]
}
]
}
}