De-Identified, Anonymized FHIR Profiles Library
0.1.0 - STU1 Release 1 - Standard for Trial-Use United States of America flag

De-Identified, Anonymized FHIR Profiles Library, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-dapl/ and changes regularly. See the Directory of published versions

: DAPL Deidentified Patient Aged >89 Example - TTL Representation

Page standards status: Informative

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:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "de-identified-age89-example"] ; # 
  fhir:meta [
    ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/instance-name>       ] ;
fhir:value [
a fhir:String ;
fhir:v "De-identified Patient Aged 89 Example"       ]     ] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/instance-description>       ] ;
fhir:value [
a fhir:Markdown ;
fhir:v "This is a patient aged 89 and above example for the DAPL Deidentified Patient Profile*."       ]     ] ) ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-deidentified-patient"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-deidentified-patient>     ] )
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [
fhir:v "ombCategory"^^xsd:anyURI ;
fhir:l fhir:ombCategory       ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.6.238>         ] ;
fhir:code [ fhir:v "2106-3" ] ;
fhir:display [ fhir:v "White" ]       ]     ] [
fhir:url [
fhir:v "detailed"^^xsd:anyURI ;
fhir:l fhir:detailed       ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.6.238>         ] ;
fhir:code [ fhir:v "2108-9" ] ;
fhir:display [ fhir:v "European" ]       ]     ] [
fhir:url [
fhir:v "text"^^xsd:anyURI ;
fhir:l fhir:text       ] ;
fhir:value [
a fhir:String ;
fhir:v "White"       ]     ] ) ;
fhir:url [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-race>     ]
  ] [
    ( fhir:extension [
fhir:url [
fhir:v "ombCategory"^^xsd:anyURI ;
fhir:l fhir:ombCategory       ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.6.238>         ] ;
fhir:code [ fhir:v "2135-2" ] ;
fhir:display [ fhir:v "Hispanic or Latino" ]       ]     ] [
fhir:url [
fhir:v "detailed"^^xsd:anyURI ;
fhir:l fhir:detailed       ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.6.238>         ] ;
fhir:code [ fhir:v "2184-0" ] ;
fhir:display [ fhir:v "Dominican" ]       ]     ] [
fhir:url [
fhir:v "text"^^xsd:anyURI ;
fhir:l fhir:text       ] ;
fhir:value [
a fhir:String ;
fhir:v "Hispanic or Latino"       ]     ] ) ;
fhir:url [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity>     ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-birthsex-extension"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-birthsex-extension>     ] ;
fhir:value [
a fhir:Code ;
fhir:v "F"     ]
  ] [
fhir:url [
fhir:v "http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-age-extension"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-age-extension>     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "90"^^xsd:decimal ] ;
fhir:comparator [ fhir:v ">=" ] ;
fhir:unit [ fhir:v "yr" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "a" ]     ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:address ( [
fhir:postalCode [
fhir:v "00000-1234" ;
      ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/data-absent-reason>         ] ;
fhir:value [
a fhir:Code ;
fhir:v "masked"         ]       ] )     ]
  ] ) . #