Finnish Base Profiles 0.6.0 - ci-build
Finnish Base Profiles - Local Development build (v0.6.0). See the Directory of published versions
Raw ttl | Download
@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 "ColonBiopsy"]; # 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=\"ColonBiopsy\"> </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 "ColonBiopsy" </p></div><p><b>identifier</b>: id: 12345</p><p><b>partOf</b>: <a href=\"Procedure-ProcedureColotomy.html\">Procedure/ProcedureColotomy</a></p><p><b>status</b>: completed</p><p><b>category</b>: PIENTOI <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#PIENTOI)</span></p><p><b>code</b>: Biopsy of colon <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#76164006)</span></p><p><b>subject</b>: <a href=\"Patient-patient-of-municipality.html\">Patient/patient-of-municipality</a> " HENKILÖ"</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 "12345" ] ]; # fhir:Procedure.partOf [ fhir:index 0; fhir:Reference.reference [ fhir:value "Procedure/ProcedureColotomy" ] ]; # 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 "PIENTOI" ] ] ]; # fhir:Procedure.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:76164006; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "76164006" ] ]; fhir:CodeableConcept.text [ fhir:value "Biopsy of colon" ] ]; # fhir:Procedure.subject [ fhir:Reference.reference [ fhir:value "Patient/patient-of-municipality" ] ]; # 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.