LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). 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 "CDMProcedureExample"];
fhir:Resource.meta [
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/StructureDefinition/tenant-id" ];
fhir:Extension.valueString [ fhir:value "99999" ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/StructureDefinition/ingestion-batch-id" ];
fhir:Extension.valueString [ fhir:value "b069a545-9506-40c6-8498-23de2e189143" ] ];
fhir:Meta.source [ fhir:value "http://acme-health.com/emr1" ];
fhir:Meta.profile [
fhir:value "http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-procedure";
fhir:index 0;
fhir:link <http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-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=\"CDMProcedureExample\"> </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 \"CDMProcedureExample\" </p><p style=\"margin-bottom: 0px\">Information Source: http://acme-health.com/emr1!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cdm-procedure.html\">CDM Procedure</a></p></div><p><b>identifier</b>: Source System Row Identifier: 3c4c3b81-07d2-434a-8696-0d5f325b6519(use: OFFICIAL)</p><p><b>status</b>: completed</p><p><b>category</b>: Diagnostic procedure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#103693007)</span></p><p><b>code</b>: Clinical examination <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#5880005)</span></p><p><b>subject</b>: <a href=\"Patient-CDMPatientInstance.html\">Patient/CDMPatientInstance</a> \" MCLASTNAME\"</p><p><b>encounter</b>: <a href=\"Encounter-CDMEncounterExample.html\">Encounter/CDMEncounterExample</a></p><p><b>performed</b>: 2020-01-06 10:30:00+0000</p><p><b>recorder</b>: <a href=\"Practitioner-DrKelly.html\">Practitioner/DrKelly</a> \" KELLY\"</p><p><b>asserter</b>: <a href=\"Practitioner-DrKelly.html\">Practitioner/DrKelly</a> \" KELLY\"</p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Function</b></td><td><b>Actor</b></td><td><b>OnBehalfOf</b></td></tr><tr><td>*</td><td>General physician <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#59058001)</span></td><td><a href=\"Practitioner-DrKelly.html\">Practitioner/DrKelly</a> \" KELLY\"</td><td><a href=\"Organization-GeneralHospital.html\">Organization/GeneralHospital</a> \"General Hospital\"</td></tr></table><p><b>location</b>: <a href=\"Location-KellyClinic.html\">Location/KellyClinic</a> \"Kelly Clinic\"</p><p><b>reasonCode</b>: Closed reduction of dislocation of foot and toe <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1119007)</span></p><p><b>bodySite</b>: Structure of metatarsal region of foot <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1484003)</span></p><p><b>outcome</b>: Successful <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#385669000)</span></p><p><b>complication</b>: Blister of foot without infection <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1525003)</span></p><p><b>note</b>: Patient complained of pain in foot. Slight fracture suspected. None found. Blister looks fine, no infection. (By Practitioner/DrKelly @Jan 6, 2020, 10:45:00 AM)</p></div>"
];
fhir:Procedure.identifier [
fhir:index 0;
fhir:Identifier.use [ fhir:value "official" ];
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type" ];
fhir:Coding.code [ fhir:value "SSRI" ] ] ];
fhir:Identifier.system [ fhir:value "http://acme-health.com/emr1/procedure" ];
fhir:Identifier.value [ fhir:value "3c4c3b81-07d2-434a-8696-0d5f325b6519" ];
fhir:Identifier.assigner [
fhir:Reference.display [ fhir:value "Acme Health - EMR1" ] ]
];
fhir:Procedure.status [ fhir:value "completed"];
fhir:Procedure.category [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:103693007;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "103693007" ];
fhir:Coding.display [ fhir:value "Diagnostic procedure" ] ]
];
fhir:Procedure.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:5880005;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "5880005" ];
fhir:Coding.display [ fhir:value "Clinical examination" ] ]
];
fhir:Procedure.subject [
fhir:Reference.reference [ fhir:value "Patient/CDMPatientInstance" ]
];
fhir:Procedure.encounter [
fhir:Reference.reference [ fhir:value "Encounter/CDMEncounterExample" ]
];
fhir:Procedure.performedDateTime [ fhir:value "2020-01-06T10:30:00Z"^^xsd:dateTime];
fhir:Procedure.recorder [
fhir:Reference.reference [ fhir:value "Practitioner/DrKelly" ]
];
fhir:Procedure.asserter [
fhir:Reference.reference [ fhir:value "Practitioner/DrKelly" ]
];
fhir:Procedure.performer [
fhir:index 0;
fhir:Procedure.performer.function [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:59058001;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "59058001" ];
fhir:Coding.display [ fhir:value "General physician" ] ] ];
fhir:Procedure.performer.actor [
fhir:Reference.reference [ fhir:value "Practitioner/DrKelly" ] ];
fhir:Procedure.performer.onBehalfOf [
fhir:Reference.reference [ fhir:value "Organization/GeneralHospital" ] ]
];
fhir:Procedure.location [
fhir:Reference.reference [ fhir:value "Location/KellyClinic" ]
];
fhir:Procedure.reasonCode [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:1119007;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "1119007" ];
fhir:Coding.display [ fhir:value "Closed reduction of dislocation of foot and toe" ] ]
];
fhir:Procedure.bodySite [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:1484003;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "1484003" ];
fhir:Coding.display [ fhir:value "Structure of metatarsal region of foot" ] ]
];
fhir:Procedure.outcome [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:385669000;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "385669000" ];
fhir:Coding.display [ fhir:value "Successful" ] ]
];
fhir:Procedure.complication [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:1525003;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "1525003" ];
fhir:Coding.display [ fhir:value "Blister of foot without infection" ] ]
];
fhir:Procedure.note [
fhir:index 0;
fhir:Annotation.authorReference [
fhir:Reference.reference [ fhir:value "Practitioner/DrKelly" ] ];
fhir:Annotation.time [ fhir:value "2020-01-06T10:45:00Z"^^xsd:dateTime ];
fhir:Annotation.text [ fhir:value "Patient complained of pain in foot. Slight fracture suspected. None found. Blister looks fine, no infection." ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2021+ LinuxForHealth Team. Package linuxforhealth.fhir.ig#8.0.0 based on FHIR 4.0.1. Generated 2022-11-10
Links: Table of Contents |
QA Report