FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | Procedure |
| Id | Procedure-acs-cda-proc-iv-insertion.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure acs-cda-proc-iv-insertion
Profile: ACS Procedure
status: Completed
code: IV insertion
performed: 2016-06-14 12:08:00+1200
| Actor |
| PractitionerRole Paramedic |
bodySite: Right forearm
outcome: Unsuccessful
note:
A note about IV insertion
{
"resourceType": "Procedure",
"id": "acs-cda-proc-iv-insertion",
"meta": {
"profile": [
"https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-procedure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "392231009",
"display": "IV insertion"
}
]
},
"subject": {
"reference": "Patient/acs-cda-patient-bob"
},
"encounter": {
"reference": "Encounter/acs-cda-encounter"
},
"performedDateTime": "2016-06-14T12:08:00+12:00",
"performer": [
{
"actor": {
"reference": "PractitionerRole/acs-cda-providerrole-josephine"
}
}
],
"bodySite": [
{
"text": "Right forearm"
}
],
"outcome": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "385671000",
"display": "Unsuccessful"
}
]
},
"note": [
{
"text": "A note about IV insertion"
}
]
}