FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.fi.base
Resource TypeProcedure
IdProcedure-ProcedureColotomy.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Procedure ProcedureColotomy

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

Performers

-Actor
*Practitioner Dave Doctor

location: Location Kirurgian poliklinikka


Source1

{
  "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"
  }
}