FHIR IG Statistics: ValueSet/vs-observation-interpretation
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"status": "draft",
"name": "ObservationInterpretation",
"id": "vs-observation-interpretation",
"title": "Observation Interpretation",
"description": "Observation Interpretation codes",
"version": "0.1.0",
"url": "http://fhir.outburn.co.il/ValueSet/jcpm-obs-interpretation",
"language": "en-US",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"concept": [
{
"code": "N",
"display": "Normal"
},
{
"code": "A",
"display": "Abnormal"
}
]
}
]
}
}