FHIR IG analytics| Package | fhir.onc.us-quality-core |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-appropriateness-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest appropriateness-example
USQualityCore Appropriateness Score: appropriate
status: Completed
intent: Order
code: Computed tomography, head or brain; without contrast material
authoredOn: 2015-03-30
requester: Dr. Beverly Crusher
reasonCode: Occipital headache
{
"resourceType": "ServiceRequest",
"id": "appropriateness-example",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-servicerequest-appropriatenessScore",
"valueCode": "appropriate"
}
],
"status": "completed",
"intent": "order",
"code": {
"coding": [
{
"system": "http://www.ama-assn.org/go/cpt",
"code": "70450",
"display": "Computed tomography, head or brain; without contrast material"
}
]
},
"subject": {
"reference": "Patient/example"
},
"authoredOn": "2015-03-30",
"requester": {
"display": "Dr. Beverly Crusher"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "330007",
"display": "Occipital headache"
}
]
}
]
}