FHIR IG analytics| Package | hl7.fhir.us.core |
| Resource Type | Procedure |
| Id | Procedure-rehab.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure rehab
Profile: US Core Procedure Profile version: 9.0.0
basedOn: ServiceRequest Alcoholism counseling
status: Completed
code: Alcohol rehabilitation
subject: Amy Shaw
encounter: Office Visit
performed: 2002-05-23
{
"resourceType": "Procedure",
"id": "rehab",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure|9.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "ServiceRequest/rehab"
}
],
"status": "completed",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "24165007",
"display": "Alcoholism counseling"
},
{
"system": "http://www.cms.gov/Medicare/Coding/ICD10",
"code": "HZ30ZZZ",
"display": "Individual Counseling for Substance Abuse Treatment, Cognitive"
}
],
"text": "Alcohol rehabilitation"
},
"subject": {
"reference": "Patient/example",
"display": "Amy Shaw"
},
"encounter": {
"reference": "Encounter/example-1",
"display": "Office Visit"
},
"performedDateTime": "2002-05-23"
}