Smart Health Checks
0.3.0 - ci-build Australia flag

Smart Health Checks, published by AEHRC CSIRO. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/aehrc/smart-forms-ig/ and changes regularly. See the Directory of published versions

: SHCPatchAllergyIntolerance - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SHCPatchAllergyIntolerance"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://smartforms.csiro.au/ig/StructureDefinition/SHCPatch"^^xsd:anyURI ;
fhir:link <https://smartforms.csiro.au/ig/StructureDefinition/SHCPatch>     ] )
  ] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "operation" ] ;
    ( fhir:part [
fhir:name [ fhir:v "type" ] ;
fhir:value [
a fhir:code ;
fhir:v "replace"       ]     ] [
fhir:name [ fhir:v "path" ] ;
fhir:value [
a fhir:string ;
fhir:v "AllergyIntolerance.clinicalStatus"       ]     ] [
fhir:name [ fhir:v "value" ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "inactive" ] ;
fhir:display [ fhir:v "Inactive" ]         ] )       ]     ] [
fhir:name [ fhir:v "pathLabel" ] ;
fhir:value [
a fhir:string ;
fhir:v "Clinical status"       ]     ] )
  ] [
fhir:name [ fhir:v "operation" ] ;
    ( fhir:part [
fhir:name [ fhir:v "type" ] ;
fhir:value [
a fhir:code ;
fhir:v "replace"       ]     ] [
fhir:name [ fhir:v "path" ] ;
fhir:value [
a fhir:string ;
fhir:v "AllergyIntolerance.note[0].text"       ]     ] [
fhir:name [ fhir:v "value" ] ;
fhir:value [
a fhir:markdown ;
fhir:v "Duplicated allergy in record. Removed."       ]     ] [
fhir:name [ fhir:v "pathLabel" ] ;
fhir:value [
a fhir:string ;
fhir:v "Comment"       ]     ] )
  ] ) . #