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

FHIR IG analytics

Packagehl7.fhir.fi.base
Resource TypeProcedure
IdProcedure-ColonBiopsy.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 ColonBiopsy

identifier: 12345

partOf: Procedure JFA16

status: Completed

category: PIENTOI

code: Biopsy of colon

subject: Testi Henkilö Male, DoB: 1990-01-01 ( National Identifier for Finland (use: official, ))

Performers

-Actor
*Practitioner Dave Doctor

location: Location Kirurgian poliklinikka


Source1

{
  "resourceType": "Procedure",
  "id": "ColonBiopsy",
  "meta": {
    "profile": [
      "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-procedure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "12345"
    }
  ],
  "partOf": [
    {
      "reference": "Procedure/ProcedureColotomy"
    }
  ],
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "urn:oid:1.2.246.537.6.601",
        "version": "2013",
        "code": "PIENTOI"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "76164006"
      }
    ],
    "text": "Biopsy of colon"
  },
  "subject": {
    "reference": "Patient/patient-of-municipality"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/practitioner-licensed-physician"
      }
    }
  ],
  "location": {
    "reference": "Location/LocationExample"
  }
}