FHIR IG analytics| Package | fhir.onc.us-quality-core |
| Resource Type | Procedure |
| Id | Procedure-negation-with-code-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure negation-with-code-example
US Quality Core Not Done Recorded: 2013-04-05 10:30:00-0400
status: Not Done
statusReason: Complication of medical care (disorder)
code: Graduated compression elastic hosiery (physical object)
performed: Absent because : not-performed
| Actor |
| Dr Cecil Surgeon |
{
"resourceType": "Procedure",
"id": "negation-with-code-example",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-recorded",
"valueDateTime": "2013-04-05T10:30:00-04:00"
}
],
"status": "not-done",
"statusReason": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "35688006",
"display": "Complication of medical care (disorder)"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "348681001",
"display": "Graduated compression elastic hosiery (physical object)"
}
]
},
"subject": {
"reference": "Patient/example"
},
"encounter": {
"reference": "Encounter/example"
},
"_performedDateTime": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "not-performed"
}
]
},
"performer": [
{
"actor": {
"reference": "Practitioner/example",
"display": "Dr Cecil Surgeon"
}
}
]
}