FHIR IG analytics| Package | hl7.fhir.fi.base |
| Resource Type | Procedure |
| Id | Procedure-ProcedureColotomy.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure ProcedureColotomy
Profile: Fi Base Procedure
identifier: 3456
status: Completed
category: TOI
code: Colotomy
subject: Testi Henkilö Male, DoB: 1990-01-01 ( National Identifier for Finland (use: official, ))
performed: 2022-06-08 09:00:00+0000
| Actor |
| Practitioner Dave Doctor |
location: Location Kirurgian poliklinikka
{
"resourceType": "Procedure",
"id": "ProcedureColotomy",
"meta": {
"profile": [
"https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-procedure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "3456"
}
],
"status": "completed",
"category": {
"coding": [
{
"system": "urn:oid:1.2.246.537.6.601",
"version": "2013",
"code": "TOI"
}
]
},
"code": {
"coding": [
{
"system": "urn:oid:1.2.246.537.6.2",
"version": "2007",
"code": "JFA16"
},
{
"system": "http://snomed.info/sct",
"code": "9215005"
}
],
"text": "Colotomy"
},
"subject": {
"reference": "Patient/patient-of-municipality"
},
"performedDateTime": "2022-06-08T09:00:00.000Z",
"performer": [
{
"actor": {
"reference": "Practitioner/practitioner-licensed-physician"
}
}
],
"location": {
"reference": "Location/LocationExample"
}
}