FHIR IG analytics| Package | hl7.fhir.uv.order-catalog |
| Resource Type | ObservationDefinition |
| Id | ObservationDefinition-example-input-observation-reason-for-ordering.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Example of input observation definition for reason for ordering
{
"resourceType": "ObservationDefinition",
"id": "example-input-observation-reason-for-ordering",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/order-catalog/StructureDefinition/InputObservationDefinition"
]
},
"language": "en-US",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/uv/order-catalog/ObservationDefinition/example-input-observation-reason-for-ordering",
"status": "active",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "exam",
"display": "Exam"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "67098-4",
"display": "Reason for test or procedure"
}
]
},
"permittedDataType": [
"CodeableConcept",
"string"
],
"multipleResultsAllowed": true,
"qualifiedValue": [
{
"validCodedValueSet": "http://hl7.org/fhir/uv/order-catalog/ValueSet/example-reasons-for-order"
}
]
}