@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://smartforms.csiro.au/ig/Parameters/SHCPatchAllergyIntolerance2> a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "SHCPatchAllergyIntolerance2"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://smartforms.csiro.au/ig/StructureDefinition/SHCPatchAllergyIntolerance" ;
       fhir:index -1 ;
       fhir:link <https://smartforms.csiro.au/ig/StructureDefinition/SHCPatchAllergyIntolerance>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:Parameters.parameter [
     fhir:index -1 ;
     fhir:Parameters.parameter.name [ fhir:value "operation" ] ;
     fhir:Parameters.parameter.part [
       fhir:index -1 ;
       fhir:Parameters.parameter.name [ fhir:value "type" ] ;
       fhir:Parameters.parameter.valueCode [ fhir:value "add" ]
     ], [
       fhir:index -1 ;
       fhir:Parameters.parameter.name [ fhir:value "path" ] ;
       fhir:Parameters.parameter.valueString [ fhir:value "AllergyIntolerance" ]
     ], [
       fhir:index -1 ;
       fhir:Parameters.parameter.name [ fhir:value "name" ] ;
       fhir:Parameters.parameter.valueString [ fhir:value "note" ]
     ], [
       fhir:index -1 ;
       fhir:Parameters.parameter.name [ fhir:value "pathLabel" ] ;
       fhir:Parameters.parameter.valueString [ fhir:value "Comment" ]
     ], [
       fhir:index -1 ;
       fhir:Parameters.parameter.name [ fhir:value "value" ] ;
       fhir:Parameters.parameter.valueAnnotation [
         fhir:Annotation.text [ fhir:value "Over entire body" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://smartforms.csiro.au/ig/Parameters/SHCPatchAllergyIntolerance2.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

