@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://fhirfrog.org/fhir/au-core-tests/Procedure/au-core-procedure-conformant> a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "au-core-procedure-conformant"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org.au/fhir/core/StructureDefinition/au-core-procedure" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-procedure>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure au-core-procedure-conformant</b></p><a name=\"au-core-procedure-conformant\"> </a><a name=\"hcau-core-procedure-conformant\"> </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=\"http://hl7.org.au/fhir/core/2.0.0/StructureDefinition-au-core-procedure.html\">AU Core Procedure</a></p></div><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 80146002}\">Appendectomy</span></p><p><b>subject</b>: <a href=\"Patient/patient-fixture\">Patient/patient-fixture</a></p><p><b>encounter</b>: Frog Pond Clinic encounter</p><p><b>performed</b>: 2020-06-15</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 74400008}\">Appendicitis</span></p><p><b>reasonReference</b>: Frog test condition</p><p><b>note</b>: </p><blockquote><div><p>Synthetic procedure fixture (Frog test data) for fhir-frog AU Core Procedure conformance testing.</p>\n</div></blockquote></div>"
  ] ;
  fhir:Procedure.status [ fhir:value "completed"] ;
  fhir:Procedure.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:80146002 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "80146002" ] ;
       fhir:Coding.display [ fhir:value "Appendectomy" ]
     ]
  ] ;
  fhir:Procedure.subject [
     fhir:link <http://fhirfrog.org/fhir/au-core-tests/Patient/patient-fixture> ;
     fhir:Reference.reference [ fhir:value "Patient/patient-fixture" ]
  ] ;
  fhir:Procedure.encounter [
     fhir:Reference.display [ fhir:value "Frog Pond Clinic encounter" ]
  ] ;
  fhir:Procedure.performedDateTime [ fhir:value "2020-06-15"^^xsd:date] ;
  fhir:Procedure.reasonCode [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:74400008 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "74400008" ] ;
       fhir:Coding.display [ fhir:value "Appendicitis" ]
     ]
  ] ;
  fhir:Procedure.reasonReference [
     fhir:index 0 ;
     fhir:Reference.display [ fhir:value "Frog test condition" ]
  ] ;
  fhir:Procedure.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "Synthetic procedure fixture (Frog test data) for fhir-frog AU Core Procedure conformance testing." ]
  ] .

# - ontology header ------------------------------------------------------------

<http://fhirfrog.org/fhir/au-core-tests/Procedure/au-core-procedure-conformant.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

