Finnish Base Profiles - Local Development build (v1.0.0-rc2). See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Procedure;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "ProcedureColotomy"]; #
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-procedure";
fhir:index 0;
fhir:link <https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-procedure> ]
]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Procedure</b><a name=\"ProcedureColotomy\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Procedure "ProcedureColotomy" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fi-base-procedure.html\">Fi Base Procedure</a></p></div><p><b>identifier</b>: id: 3456</p><p><b>status</b>: completed</p><p><b>category</b>: TOI <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#TOI)</span></p><p><b>code</b>: Colotomy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#JFA10; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#9215005)</span></p><p><b>subject</b>: <a href=\"Patient-patient-of-municipality.html\">Patient/patient-of-municipality</a> " HENKILÖ"</p><p><b>performed</b>: 2022-06-08 09:00:00+0000</p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a href=\"Practitioner/example\">Practitioner/example</a></td></tr></table><p><b>location</b>: <a href=\"Location/1\">Location/1</a></p></div>"
]; #
fhir:Procedure.identifier [
fhir:index 0;
fhir:Identifier.value [ fhir:value "3456" ]
]; #
fhir:Procedure.status [ fhir:value "completed"]; #
fhir:Procedure.category [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:oid:1.2.246.537.6.601" ];
fhir:Coding.code [ fhir:value "TOI" ] ]
]; #
fhir:Procedure.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:oid:1.2.246.537.6.2" ];
fhir:Coding.code [ fhir:value "JFA10" ] ], [
fhir:index 1;
a sct:9215005;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "9215005" ] ];
fhir:CodeableConcept.text [ fhir:value "Colotomy" ]
]; #
fhir:Procedure.subject [
fhir:Reference.reference [ fhir:value "Patient/patient-of-municipality" ]
]; #
fhir:Procedure.performedDateTime [ fhir:value "2022-06-08T09:00:00.000Z"^^xsd:dateTime]; #
fhir:Procedure.performer [
fhir:index 0;
fhir:Procedure.performer.actor [
fhir:Reference.reference [ fhir:value "Practitioner/example" ] ]
]; #
fhir:Procedure.location [
fhir:Reference.reference [ fhir:value "Location/1" ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2022+ HL7 Finland. Package hl7.fhir.fi.base#1.0.0-rc2 based on FHIR 4.0.1. Generated 2023-02-20
Links: Table of Contents
| QA Report| Version History
|
| Source
| Propose a change