FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Procedure |
| Id | Procedure-example0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure example0
Profile: AU Base Procedure
status: Completed
code: Cryotherapy
subject: William Rigny Male, DoB: 1965-03-09 ( Medical record number)
performed: 2021-12-10 10:30:00+1100 --> 2021-12-10 10:50:00+1100
| Actor |
| PractitionerRole General practitioner |
reasonCode: Actinic keratosis
bodySite: Skin structure of face
{
"resourceType": "Procedure",
"id": "example0",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-procedure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26782000",
"display": "Cryotherapy"
}
]
},
"subject": {
"reference": "Patient/example6"
},
"performedPeriod": {
"start": "2021-12-10T10:30:00+11:00",
"end": "2021-12-10T10:50:00+11:00"
},
"performer": [
{
"actor": {
"reference": "PractitionerRole/example3"
}
}
],
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "201101007",
"display": "Actinic keratosis"
}
]
}
],
"bodySite": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "73897004",
"display": "Skin structure of face"
}
]
}
]
}