FHIR IG analytics| Package | hl7.fhir.us.cdmh |
| Resource Type | Procedure |
| Id | Procedure-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Procedure Example
{
"resourceType": "Procedure",
"id": "example",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Rehab Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is a rehab example for the *CDMH Procedure Profile*."
}
],
"profile": [
"http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-procedure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"code": {
"extension": [
{
"id": "1",
"url": "http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-pcornet-px-source",
"valueCode": "OD"
}
],
"coding": [
{
"system": "http://snomed.info/sct",
"code": "24165007",
"display": "Alcoholism counseling"
}
],
"text": "Alcohol rehabilitation"
},
"subject": {
"reference": "Patient/example"
},
"performedDateTime": "2002-05-23"
}