Open Nursing Core FHIR Implementation Guide (ONC-IG)
1.0.0 - release

Open Nursing Core FHIR Implementation Guide (ONC-IG) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-nursing-intervention - TTL Representation

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 -------------------------------------------------------------------

<http://hl7.org/fhir/Procedure/example-nursing-intervention> a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-nursing-intervention"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://opennursingcoreig.com/StructureDefinition/onc-nursing-intervention" ;
       fhir:index 0 ;
       fhir:link <https://opennursingcoreig.com/StructureDefinition/onc-nursing-intervention>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure example-nursing-intervention</b></p><a name=\"example-nursing-intervention\"> </a><a name=\"hcexample-nursing-intervention\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-onc-nursing-intervention.html\">ONC Nursing Intervention</a></p></div><p><b>Intervention Goal Reference</b>: <a href=\"Goal-example-patient-goal.html\">Goal: lifecycleStatus = active; description = </a></p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 71388002}\">Procedure</span></p><p><b>subject</b>: <a href=\"Patient-patient-example-jane.html\">Jane Doe  Female, DoB Unknown</a></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-practitioner-example.html\">Practitioner Nightingale </a></td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://opennursingcoreig.com/StructureDefinition/intervention-goal-reference" ] ;
     fhir:Extension.valueReference [
       fhir:link <http://hl7.org/fhir/Goal/example-patient-goal> ;
       fhir:Reference.reference [ fhir:value "Goal/example-patient-goal" ]
     ]
  ] ;
  fhir:Procedure.status [ fhir:value "completed"] ;
  fhir:Procedure.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:71388002 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "71388002" ] ;
       fhir:Coding.display [ fhir:value "Procedure" ]
     ]
  ] ;
  fhir:Procedure.subject [
     fhir:link <http://hl7.org/fhir/Patient/patient-example-jane> ;
     fhir:Reference.reference [ fhir:value "Patient/patient-example-jane" ]
  ] ;
  fhir:Procedure.performer [
     fhir:index 0 ;
     fhir:Procedure.performer.actor [
       fhir:link <http://hl7.org/fhir/Practitioner/practitioner-example> ;
       fhir:Reference.reference [ fhir:value "Practitioner/practitioner-example" ]
     ]
  ] .

<http://hl7.org/fhir/Goal/example-patient-goal> a fhir:Goal .

<http://hl7.org/fhir/Patient/patient-example-jane> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/practitioner-example> a fhir:Practitioner .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Procedure/example-nursing-intervention.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Procedure/example-nursing-intervention.ttl> .