@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/uv/deqm/Organization/ad-hoc-organization> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ad-hoc-organization"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ad-hoc-organization</b></p><a name=\"ad-hoc-organization\"> </a><a name=\"hcad-hoc-organization\"> </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\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/qicore/STU7.0.1/StructureDefinition-qicore-organization.html\">QICore Organization</a></p></div><p><b>active</b>: false</p><p><b>name</b>: Ad hoc org</p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Practitioner #kelly-smith-1</b></p><a name=\"ad-hoc-organization/kelly-smith-1\"> </a><a name=\"hcad-hoc-organization/kelly-smith-1\"> </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/fhir/us/qicore/STU7.0.1/StructureDefinition-qicore-practitioner.html\">QICore Practitioner</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-USEIN.html\" title=\"An Employer Identification Number (EIN) is also known as a Federal Tax Identification Number, and is used to identify a business entity.\">United States Employer Identification Number</a>/EIN-00YYZ (use: official, )</p><p><b>name</b>: Kelly Smith </p><p><b>telecom</b>: ph: 555-555-1234</p></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole #kelly-smith-role</b></p><a name=\"ad-hoc-organization/kelly-smith-role\"> </a><a name=\"hcad-hoc-organization/kelly-smith-role\"> </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/fhir/us/qicore/STU7.0.1/StructureDefinition-qicore-practitionerrole.html\">QICore PractitionerRole</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-USEIN.html\" title=\"An Employer Identification Number (EIN) is also known as a Federal Tax Identification Number, and is used to identify a business entity.\">United States Employer Identification Number</a>/EIN-00YYZ (use: official, )</p><p><b>active</b>: true</p><p><b>period</b>: 1995-01-01 --&gt; 2025-01-01</p><p><b>practitioner</b>: <a href=\"#hcad-hoc-organization/kelly-smith-1\">Dr Kelly Smith</a></p><p><b>organization</b>: <a href=\"#hcad-hoc-organization\">Organization Ad hoc org</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 133932002}\">Caregiver (person)</span></p><p><b>specialty</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 122300000X}\">Dentist</span></p><p><b>telecom</b>: ph: 555-555-5678</p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:contained ( [
     a fhir:Practitioner ;
     fhir:id [ fhir:v "kelly-smith-1" ] ;
     fhir:meta [
       fhir:profile ( [
         fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner>
       ] )
     ] ;
     fhir:identifier ( [
       fhir:use [ fhir:v "official" ] ;
       fhir:system [
         fhir:v "urn:oid:2.16.840.1.113883.4.4"^^xsd:anyURI ;
         fhir:l <urn:oid:2.16.840.1.113883.4.4>
       ] ;
       fhir:value [ fhir:v "EIN-00YYZ" ]
     ] ) ;
     fhir:name ( [
       fhir:family [ fhir:v "Smith" ] ;
       fhir:given ( [ fhir:v "Kelly" ] )
     ] ) ;
     fhir:telecom ( [
       fhir:system [ fhir:v "phone" ] ;
       fhir:value [ fhir:v "555-555-1234" ]
     ] )
  ] [
     a fhir:PractitionerRole ;
     fhir:id [ fhir:v "kelly-smith-role" ] ;
     fhir:meta [
       fhir:profile ( [
         fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitionerrole"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitionerrole>
       ] )
     ] ;
     fhir:identifier ( [
       fhir:use [ fhir:v "official" ] ;
       fhir:system [
         fhir:v "urn:oid:2.16.840.1.113883.4.4"^^xsd:anyURI ;
         fhir:l <urn:oid:2.16.840.1.113883.4.4>
       ] ;
       fhir:value [ fhir:v "EIN-00YYZ" ]
     ] ) ;
     fhir:active [ fhir:v true ] ;
     fhir:period [
       fhir:start [ fhir:v "1995-01-01"^^xsd:date ] ;
       fhir:end [ fhir:v "2025-01-01"^^xsd:date ]
     ] ;
     fhir:practitioner [
       fhir:l <#kelly-smith-1> ;
       fhir:reference [ fhir:v "#kelly-smith-1" ] ;
       fhir:display [ fhir:v "Dr Kelly Smith" ]
     ] ;
     fhir:organization [
       fhir:l <#> ;
       fhir:reference [ fhir:v "#" ]
     ] ;
     fhir:code ( [
       fhir:coding ( [
         a sct:133932002 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "133932002" ] ;
         fhir:display [ fhir:v "Caregiver (person)" ]
       ] )
     ] ) ;
     fhir:specialty ( [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ;
           fhir:l <http://nucc.org/provider-taxonomy>
         ] ;
         fhir:code [ fhir:v "122300000X" ] ;
         fhir:display [ fhir:v "Dentist" ]
       ] )
     ] ) ;
     fhir:telecom ( [
       fhir:system [ fhir:v "phone" ] ;
       fhir:value [ fhir:v "555-555-5678" ]
     ] )
  ] ) ; # 
  fhir:active [ fhir:v false] ; # 
  fhir:name [ fhir:v "Ad hoc org"] . # 

# -------------------------------------------------------------------------------------

