@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 -------------------------------------------------------------------

<http://fhir.org/fhir/us/anonymized-eicr/Patient/patient-anon> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "patient-anon"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.org/fhir/us/anonymized-eicr/StructureDefinition/eicr-anon-patient"^^xsd:anyURI ;
       fhir:link <http://fhir.org/fhir/us/anonymized-eicr/StructureDefinition/eicr-anon-patient>
     ] )
  ] ; # 
  fhir:text [
     fhir:extension ( [
       fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:code ;
         fhir:v "masked"
       ]
     ] ) ;
     fhir:status [ fhir:v "empty" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>MASKED</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:extension ( [
       fhir:url [ fhir:v "text"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:string ;
         fhir:v "White"
       ]
     ] [
       fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "2106-3" ] ;
         fhir:display [ fhir:v "White" ]
       ]
     ] ) ;
     fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"^^xsd:anyURI ]
  ] [
     fhir:extension ( [
       fhir:url [ fhir:v "text"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:string ;
         fhir:v "Not Hispanic or Latino"
       ]
     ] [
       fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "2186-5" ] ;
         fhir:display [ fhir:v "Not Hispanic or Latino" ]
       ]
     ] ) ;
     fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"^^xsd:anyURI ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "F"
     ]
  ] [
     fhir:extension ( [
       fhir:url [ fhir:v "value"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "ASKU" ] ;
           fhir:display [ fhir:v "asked but unknown" ]
         ] ) ;
         fhir:text [ fhir:v "asked but unknown" ]
       ]
     ] ) ;
     fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-genderidentity-extension"^^xsd:anyURI ]
  ] [
     fhir:extension ( [
       fhir:url [ fhir:v "TribeName"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "91" ] ;
         fhir:display [ fhir:v "Fort Mojave Indian Tribe of Arizona, California & Nevada" ]
       ]
     ] [
       fhir:url [ fhir:v "EnrolledTribeMember"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:boolean ;
         fhir:v true
       ]
     ] ) ;
     fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-tribal-affiliation-extension"^^xsd:anyURI ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:use [ fhir:v "usual" ] ;
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "MR" ] ;
         fhir:display [ fhir:v "Medical Record Number" ]
       ] )
     ] ;
     fhir:system [
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:code ;
           fhir:v "masked"
         ]
       ] )
     ] ;
     fhir:value [
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:code ;
           fhir:v "masked"
         ]
       ] )
     ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
     fhir:extension ( [
       fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:code ;
         fhir:v "masked"
       ]
     ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:code ;
           fhir:v "masked"
         ]
       ] )
     ] ;
     fhir:use [ fhir:v "home" ]
  ] [
     fhir:system [ fhir:v "email" ] ;
     fhir:value [
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:code ;
           fhir:v "masked"
         ]
       ] )
     ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [
     fhir:extension ( [
       fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:code ;
         fhir:v "masked"
       ]
     ] )
  ] ; # 
  fhir:deceased [
     a fhir:boolean ;
     fhir:v false
  ] ; # 
  fhir:address ( [
     fhir:line ( [
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:code ;
           fhir:v "masked"
         ]
       ] )
     ] ) ;
     fhir:city [ fhir:v "Atlanta" ] ;
     fhir:state [ fhir:v "GA" ] ;
     fhir:postalCode [ fhir:v "30300" ] ;
     fhir:country [ fhir:v "US" ]
  ] ) ; # 
  fhir:contact ( [
     fhir:relationship ( [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleClass"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "GUARD" ]
       ] )
     ] ) ;
     fhir:name [
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:code ;
           fhir:v "masked"
         ]
       ] )
     ] ;
     fhir:telecom ( [
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:code ;
           fhir:v "masked"
         ]
       ] )
     ] ) ;
     fhir:address [
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:code ;
           fhir:v "masked"
         ]
       ] )
     ]
  ] ) ; # 
  fhir:communication ( [
     fhir:language [
       fhir:coding ( [
         fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "en" ] ;
         fhir:display [ fhir:v "English" ]
       ] )
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

