Data Exchange For Quality Measures Implementation Guide
1.0.0-cibuild - CI Build International flag

Data Exchange For Quality Measures Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 1.0.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-deqm/ and changes regularly. See the Directory of published versions

: Mrp Submit Task

Raw ttl | Download

@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/Bundle/mrp-submit-task> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "mrp-submit-task"] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:Bundle.type [ fhir:value "transaction"] ;
  fhir:Bundle.entry [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://example.com/MeasureReport/datax-measurereport01" ] ;
     fhir:Bundle.entry.resource <https://example.com/MeasureReport/datax-measurereport01> ;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ] ;
       fhir:Bundle.entry.request.url [ fhir:value "MeasureReport" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://example.com/Patient/patient01" ] ;
     fhir:Bundle.entry.resource <https://example.com/Patient/patient01> ;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ] ;
       fhir:Bundle.entry.request.url [ fhir:value "Patient" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://example.com/Task/Task01" ] ;
     fhir:Bundle.entry.resource <https://example.com/Task/Task01> ;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ] ;
       fhir:Bundle.entry.request.url [ fhir:value "Task" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://example.com/Practitioner/practitioner01" ] ;
     fhir:Bundle.entry.resource <https://example.com/Practitioner/practitioner01> ;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ] ;
       fhir:Bundle.entry.request.url [ fhir:value "Practitioner" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://example.com/Encounter/encounter01" ] ;
     fhir:Bundle.entry.resource <https://example.com/Encounter/encounter01> ;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ] ;
       fhir:Bundle.entry.request.url [ fhir:value "Encounter" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://example.com/Coverage/coverage01" ] ;
     fhir:Bundle.entry.resource <https://example.com/Coverage/coverage01> ;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ] ;
       fhir:Bundle.entry.request.url [ fhir:value "Coverage" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://example.com/Location/location01" ] ;
     fhir:Bundle.entry.resource <https://example.com/Location/location01> ;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ] ;
       fhir:Bundle.entry.request.url [ fhir:value "Location" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://example.com/Organization/organization01" ] ;
     fhir:Bundle.entry.resource <https://example.com/Organization/organization01> ;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ] ;
       fhir:Bundle.entry.request.url [ fhir:value "Organization" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://example.com/Organization/organization02" ] ;
     fhir:Bundle.entry.resource <https://example.com/Organization/organization02> ;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ] ;
       fhir:Bundle.entry.request.url [ fhir:value "Organization" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://example.com/Organization/organization04" ] ;
     fhir:Bundle.entry.resource <https://example.com/Organization/organization04> ;
     fhir:Bundle.entry.request [
       fhir:Bundle.entry.request.method [ fhir:value "POST" ] ;
       fhir:Bundle.entry.request.url [ fhir:value "Organization" ]
     ]
  ] .

<https://example.com/MeasureReport/datax-measurereport01> a fhir:MeasureReport ;
  fhir:Resource.id [ fhir:value "datax-measurereport01"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-dataexchangemeasurereport" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-dataexchangemeasurereport>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MeasureReport_datax-measurereport01\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MeasureReport datax-measurereport01</b></p><a name=\"datax-measurereport01\"> </a><a name=\"hcdatax-measurereport01\"> </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=\"StructureDefinition-deqm-dataexchangemeasurereport.html\">DEQM Data Exchange MeasureReport Profile</a></p></div><p><b>CRMI Software System</b>: <a href=\"Device-deqm-software-system-example.html\">Device: type = Tooling</a></p><p><b>DEQM Submit Data Update Type Extension</b>: incremental</p><p><b>status</b>: Complete</p><p><b>type</b>: Data Collection</p><p><b>measure</b>: <a href=\"Measure-measure-mrp-example.html\">MRP Measure</a> version: 1.0.0-cibuild</p><p><b>subject</b>: <a href=\"Patient-patient01.html\">Jairo Webster (official) Male, DoB: 1946-12-16 ( Medical record number: 12345 (use: usual, ))</a></p><p><b>date</b>: 2018-09-05 16:59:52+0000</p><p><b>reporter</b>: <a href=\"Organization-organization01.html\">Organization DaVinciHospital01</a></p><p><b>period</b>: 2018-08-01 --&gt; 2018-09-01</p><p><b>evaluatedResource</b>: <a href=\"Task-task01.html\">Task Fulfill the focal request</a></p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-softwaresystem" ] ;
     fhir:Extension.valueReference [
       fhir:link <http://hl7.org/fhir/Device/deqm-software-system-example> ;
       fhir:Reference.reference [ fhir:value "Device/deqm-software-system-example" ]
     ]
  ], [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-submitDataUpdateType" ] ;
     fhir:Extension.valueCode [ fhir:value "incremental" ]
  ] ;
  fhir:MeasureReport.status [ fhir:value "complete"] ;
  fhir:MeasureReport.type [ fhir:value "data-collection"] ;
  fhir:MeasureReport.measure [
     fhir:value "http://hl7.org/fhir/uv/deqm/Measure/measure-mrp-example|1.0.0-ballot" ;
     fhir:link <http://hl7.org/fhir/uv/deqm/Measure/measure-mrp-example|1.0.0-ballot>
  ] ;
  fhir:MeasureReport.subject [
     fhir:link <http://hl7.org/fhir/Patient/patient01> ;
     fhir:Reference.reference [ fhir:value "Patient/patient01" ]
  ] ;
  fhir:MeasureReport.date [ fhir:value "2018-09-05T16:59:52.404Z"^^xsd:dateTime] ;
  fhir:MeasureReport.reporter [
     fhir:link <http://hl7.org/fhir/Organization/organization01> ;
     fhir:Reference.reference [ fhir:value "Organization/organization01" ]
  ] ;
  fhir:MeasureReport.period [
     fhir:Period.start [ fhir:value "2018-08-01"^^xsd:date ] ;
     fhir:Period.end [ fhir:value "2018-09-01"^^xsd:date ]
  ] ;
  fhir:MeasureReport.evaluatedResource [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Task/task01> ;
     fhir:Reference.reference [ fhir:value "Task/task01" ]
  ] .

<http://hl7.org/fhir/Device/deqm-software-system-example> a fhir:Device .

<http://hl7.org/fhir/Patient/patient01> a fhir:Patient .

<http://hl7.org/fhir/Organization/organization01> a fhir:Organization .

<http://hl7.org/fhir/Task/task01> a fhir:Task .

<https://example.com/Patient/patient01> a fhir:Patient ;
  fhir:Resource.id [ fhir:value "patient01"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "5" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2019-02-11T14:19:25.000+00:00"^^xsd:dateTime ] ;
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div class=\"hapiHeaderText\"><a name=\"Patient_patient01\"> </a>Jairo <b>WEBSTER </b></div><table class=\"hapiPropertyTable\"><tbody><tr><td>Identifier</td><td>12345</td></tr><tr><td>Address</td><td><span>7496 Beaver Ridge Ave </span><br/><span>Thornton </span><span>NJ </span><span>USA </span></td></tr><tr><td>Date of birth</td><td><span>16 December 1946</span></td></tr></tbody></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex" ] ;
     fhir:Extension.valueCode [ fhir:value "M" ]
  ], [
     fhir:index -1 ;
     fhir:Element.extension [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "ombCategory" ] ;
       fhir:Extension.valueCoding [
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.6.238" ] ;
         fhir:Coding.code [ fhir:value "2106-3" ] ;
         fhir:Coding.display [ fhir:value "White" ]
       ]
     ], [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "text" ] ;
       fhir:Extension.valueString [ fhir:value "White" ]
     ] ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race" ]
  ], [
     fhir:index -1 ;
     fhir:Element.extension [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "ombCategory" ] ;
       fhir:Extension.valueCoding [
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.6.238" ] ;
         fhir:Coding.code [ fhir:value "2186-5" ] ;
         fhir:Coding.display [ fhir:value "Not Hispanic or Latino" ]
       ]
     ], [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "text" ] ;
       fhir:Extension.valueString [ fhir:value "Not Hispanic or Latino" ]
     ] ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity" ]
  ] ;
  fhir:Patient.identifier [
     fhir:index -1 ;
     fhir:Identifier.use [ fhir:value "usual" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "MR" ] ;
         fhir:Coding.display [ fhir:value "Medical record number" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://hospital.davinci.org" ] ;
     fhir:Identifier.value [ fhir:value "12345" ]
  ] ;
  fhir:Patient.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Patient.name [
     fhir:index -1 ;
     fhir:HumanName.use [ fhir:value "official" ] ;
     fhir:HumanName.family [ fhir:value "Webster" ] ;
     fhir:HumanName.given [
       fhir:value "Jairo" ;
       fhir:index -1
     ]
  ] ;
  fhir:Patient.gender [ fhir:value "male"] ;
  fhir:Patient.birthDate [ fhir:value "1946-12-16"^^xsd:date] ;
  fhir:Patient.deceasedBoolean [ fhir:value "false"^^xsd:boolean] ;
  fhir:Patient.address [
     fhir:index -1 ;
     fhir:Address.use [ fhir:value "home" ] ;
     fhir:Address.line [
       fhir:value "7496 Beaver Ridge Ave" ;
       fhir:index -1
     ] ;
     fhir:Address.city [ fhir:value "Thornton" ] ;
     fhir:Address.state [ fhir:value "NJ" ] ;
     fhir:Address.postalCode [ fhir:value "07003" ] ;
     fhir:Address.country [ fhir:value "USA" ]
  ] ;
  fhir:Patient.maritalStatus [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" ] ;
       fhir:Coding.code [ fhir:value "M" ] ;
       fhir:Coding.display [ fhir:value "Married" ]
     ]
  ] ;
  fhir:Patient.communication [
     fhir:index -1 ;
     fhir:Patient.communication.language [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ] ;
         fhir:Coding.code [ fhir:value "en-US" ] ;
         fhir:Coding.display [ fhir:value "English (Region=United States)" ]
       ]
     ] ;
     fhir:Patient.communication.preferred [ fhir:value "true"^^xsd:boolean ]
  ] ;
  fhir:Patient.managingOrganization [
     fhir:link <http://hl7.org/fhir/Organization/organization01> ;
     fhir:Reference.reference [ fhir:value "Organization/organization01" ]
  ] .

<https://example.com/Task/Task01> a fhir:Task ;
  fhir:Resource.id [ fhir:value "Task01"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-task" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-task>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Task_Task01\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Task Task01</b></p><a name=\"Task01\"> </a><a name=\"hcTask01\"> </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-task.html\">QICore Task</a></p></div><p><b>identifier</b>: 19009</p><p><b>status</b>: Completed</p><p><b>intent</b>: plan</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/CodeSystem/task-code fulfill}\">Fulfill the focal request</span></p><p><b>for</b>: <a href=\"Patient-patient01.html\">Jairo Webster (official) Male, DoB: 1946-12-16 ( Medical record number: 12345 (use: usual, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-encounter01.html\">Encounter: status = finished; class = inpatient encounter (ActCode#IMP); type = Encounter for problem (procedure); period = 2018-05-29 11:00:00-0400 --&gt; 2018-05-29 11:00:00-0400</a></p><p><b>executionPeriod</b>: 2017-06-11 --&gt; 2017-06-11</p><p><b>authoredOn</b>: 2018-09-25 14:24:23+0000</p><p><b>owner</b>: <a href=\"Practitioner-practitioner01.html\">Practitioner Ronald Bone </a></p></div>"
  ] ;
  fhir:Task.identifier [
     fhir:index -1 ;
     fhir:Identifier.value [ fhir:value "19009" ]
  ] ;
  fhir:Task.status [ fhir:value "completed"] ;
  fhir:Task.intent [ fhir:value "plan"] ;
  fhir:Task.priority [ fhir:value "routine"] ;
  fhir:Task.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/CodeSystem/task-code" ] ;
       fhir:Coding.code [ fhir:value "fulfill" ] ;
       fhir:Coding.display [ fhir:value "Fulfill the focal request" ]
     ]
  ] ;
  fhir:Task.for [
     fhir:link <http://hl7.org/fhir/Patient/patient01> ;
     fhir:Reference.reference [ fhir:value "Patient/patient01" ]
  ] ;
  fhir:Task.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/encounter01> ;
     fhir:Reference.reference [ fhir:value "Encounter/encounter01" ]
  ] ;
  fhir:Task.executionPeriod [
     fhir:Period.start [ fhir:value "2017-06-11"^^xsd:date ] ;
     fhir:Period.end [ fhir:value "2017-06-11"^^xsd:date ]
  ] ;
  fhir:Task.authoredOn [ fhir:value "2018-09-25T14:24:23.584Z"^^xsd:dateTime] ;
  fhir:Task.owner [
     fhir:link <http://hl7.org/fhir/Practitioner/practitioner01> ;
     fhir:Reference.reference [ fhir:value "Practitioner/practitioner01" ]
  ] .

<http://hl7.org/fhir/Encounter/encounter01> a fhir:Encounter .

<http://hl7.org/fhir/Practitioner/practitioner01> a fhir:Practitioner .

<https://example.com/Practitioner/practitioner01> a fhir:Practitioner ;
  fhir:Resource.id [ fhir:value "practitioner01"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_practitioner01\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner practitioner01</b></p><a name=\"practitioner01\"> </a><a name=\"hcpractitioner01\"> </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>: Provider number/1234567893 (use: official, )</p><p><b>active</b>: true</p><p><b>name</b>: Cody Hale </p><p><b>gender</b>: Male</p></div>"
  ] ;
  fhir:Practitioner.identifier [
     fhir:index -1 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "PRN" ] ;
         fhir:Coding.display [ fhir:value "Provider number" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ] ;
     fhir:Identifier.value [ fhir:value "1234567893" ]
  ] ;
  fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Practitioner.name [
     fhir:index -1 ;
     fhir:HumanName.family [ fhir:value "Hale" ] ;
     fhir:HumanName.given [
       fhir:value "Cody" ;
       fhir:index -1
     ] ;
     fhir:HumanName.suffix [
       fhir:value "MD" ;
       fhir:index -1
     ]
  ] ;
  fhir:Practitioner.gender [ fhir:value "male"] .

<https://example.com/Encounter/encounter01> a fhir:Encounter ;
  fhir:Resource.id [ fhir:value "encounter01"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Encounter_encounter01\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Encounter encounter01</b></p><a name=\"encounter01\"> </a><a name=\"hcencounter01\"> </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-encounter.html\">QICore Encounter</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode: IMP</a> (inpatient encounter)</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 56876005}\">Drug rehabilitation and detoxification</span></p><p><b>subject</b>: <a href=\"Patient-patient01.html\">Jairo Webster</a></p><p><b>period</b>: 2018-05-29 11:00:00-0400 --&gt; 2018-05-29 11:00:00-0400</p><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/discharge-disposition home}\">Home</span></td></tr></table></div>"
  ] ;
  fhir:Encounter.status [ fhir:value "finished"] ;
  fhir:Encounter.class [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
     fhir:Coding.code [ fhir:value "IMP" ] ;
     fhir:Coding.display [ fhir:value "inpatient encounter" ]
  ] ;
  fhir:Encounter.type [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:56876005 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "56876005" ] ;
       fhir:Coding.display [ fhir:value "Drug rehabilitation and detoxification" ]
     ]
  ] ;
  fhir:Encounter.subject [
     fhir:link <http://hl7.org/fhir/Patient/patient01> ;
     fhir:Reference.reference [ fhir:value "Patient/patient01" ] ;
     fhir:Reference.display [ fhir:value "Jairo Webster" ]
  ] ;
  fhir:Encounter.period [
     fhir:Period.start [ fhir:value "2018-05-29T11:00:00-04:00"^^xsd:dateTime ] ;
     fhir:Period.end [ fhir:value "2018-05-29T11:00:00-04:00"^^xsd:dateTime ]
  ] ;
  fhir:Encounter.hospitalization [
     fhir:Encounter.hospitalization.dischargeDisposition [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/discharge-disposition" ] ;
         fhir:Coding.code [ fhir:value "home" ] ;
         fhir:Coding.display [ fhir:value "Home" ]
       ]
     ]
  ] .

<https://example.com/Coverage/coverage01> a fhir:Coverage ;
  fhir:Resource.id [ fhir:value "coverage01"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "2" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2019-02-11T14:19:25.000+00:00"^^xsd:dateTime ] ;
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-coverage" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-coverage>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Coverage_coverage01\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Coverage coverage01</b></p><a name=\"coverage01\"> </a><a name=\"hccoverage01\"> </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\">version: 2; Last updated: 2019-02-11 14:19:25+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/qicore/STU7.0.1/StructureDefinition-qicore-coverage.html\">QICore Coverage</a></p></div><p><b>status</b>: Active</p><p><b>policyHolder</b>: <a href=\"Patient-patient01.html\">Jairo Webster (official) Male, DoB: 1946-12-16 ( Medical record number: 12345 (use: usual, ))</a></p><p><b>subscriber</b>: <a href=\"Patient-patient01.html\">Jairo Webster (official) Male, DoB: 1946-12-16 ( Medical record number: 12345 (use: usual, ))</a></p><p><b>subscriberId</b>: A123456789</p><p><b>beneficiary</b>: <a href=\"Patient-patient01.html\">Jairo Webster (official) Male, DoB: 1946-12-16 ( Medical record number: 12345 (use: usual, ))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/subscriber-relationship self}\">Self</span></p><p><b>payor</b>: <a href=\"Organization-organization04.html\">Organization DVPayer04</a></p></div>"
  ] ;
  fhir:Coverage.status [ fhir:value "active"] ;
  fhir:Coverage.policyHolder [
     fhir:link <http://hl7.org/fhir/Patient/patient01> ;
     fhir:Reference.reference [ fhir:value "Patient/patient01" ]
  ] ;
  fhir:Coverage.subscriber [
     fhir:link <http://hl7.org/fhir/Patient/patient01> ;
     fhir:Reference.reference [ fhir:value "Patient/patient01" ]
  ] ;
  fhir:Coverage.subscriberId [ fhir:value "A123456789"] ;
  fhir:Coverage.beneficiary [
     fhir:link <http://hl7.org/fhir/Patient/patient01> ;
     fhir:Reference.reference [ fhir:value "Patient/patient01" ]
  ] ;
  fhir:Coverage.relationship [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/subscriber-relationship" ] ;
       fhir:Coding.code [ fhir:value "self" ]
     ]
  ] ;
  fhir:Coverage.payor [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Organization/organization04> ;
     fhir:Reference.reference [ fhir:value "Organization/organization04" ]
  ] .

<http://hl7.org/fhir/Organization/organization04> a fhir:Organization .

<https://example.com/Location/location01> a fhir:Location ;
  fhir:Resource.id [ fhir:value "location01"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Location_location01\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Location location01</b></p><a name=\"location01\"> </a><a name=\"hclocation01\"> </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-location.html\">QICore Location</a></p></div><p><b>identifier</b>: <code>http://exampleoflocation.com</code>/DaVinciClinic01 (use: temp, )</p><p><b>name</b>: DaVinciClinic01</p><p><b>address</b>: 102 Heritage Dr. Somerset NJ 08873 USA </p></div>"
  ] ;
  fhir:Location.identifier [
     fhir:index -1 ;
     fhir:Identifier.use [ fhir:value "temp" ] ;
     fhir:Identifier.system [ fhir:value "http://exampleoflocation.com" ] ;
     fhir:Identifier.value [ fhir:value "DaVinciClinic01" ]
  ] ;
  fhir:Location.name [ fhir:value "DaVinciClinic01"] ;
  fhir:Location.address [
     fhir:Address.line [
       fhir:value "102 Heritage Dr." ;
       fhir:index -1
     ] ;
     fhir:Address.city [ fhir:value "Somerset" ] ;
     fhir:Address.state [ fhir:value "NJ" ] ;
     fhir:Address.postalCode [ fhir:value "08873" ] ;
     fhir:Address.country [ fhir:value "USA" ]
  ] .

<https://example.com/Organization/organization01> a fhir:Organization ;
  fhir:Resource.id [ fhir:value "organization01"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "4" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2019-02-21T01:47:54.000+00:00"^^xsd:dateTime ] ;
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_organization01\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization organization01</b></p><a name=\"organization01\"> </a><a name=\"hcorganization01\"> </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\">version: 4; Last updated: 2019-02-21 01:47:54+0000</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>identifier</b>: Tax ID number/123456789 (use: official, )</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: DaVinciHospital01</p><p><b>telecom</b>: ph: (+1) 401-555-1212</p><p><b>address</b>: 73 Lakewood Street Warwick RI 02886 USA </p></div>"
  ] ;
  fhir:Organization.identifier [
     fhir:index -1 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "TAX" ] ;
         fhir:Coding.display [ fhir:value "Tax ID number" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.4.4" ] ;
     fhir:Identifier.value [ fhir:value "123456789" ] ;
     fhir:Identifier.assigner [
       fhir:Reference.display [ fhir:value "www.irs.gov" ]
     ]
  ] ;
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Organization.type [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ] ;
       fhir:Coding.code [ fhir:value "prov" ] ;
       fhir:Coding.display [ fhir:value "Healthcare Provider" ]
     ]
  ] ;
  fhir:Organization.name [ fhir:value "DaVinciHospital01"] ;
  fhir:Organization.telecom [
     fhir:index -1 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(+1) 401-555-1212" ]
  ] ;
  fhir:Organization.address [
     fhir:index -1 ;
     fhir:Address.line [
       fhir:value "73 Lakewood Street" ;
       fhir:index -1
     ] ;
     fhir:Address.city [ fhir:value "Warwick" ] ;
     fhir:Address.state [ fhir:value "RI" ] ;
     fhir:Address.postalCode [ fhir:value "02886" ] ;
     fhir:Address.country [ fhir:value "USA" ]
  ] .

<https://example.com/Organization/organization02> a fhir:Organization ;
  fhir:Resource.id [ fhir:value "organization02"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "3" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2019-03-06T19:03:03.000+00:00"^^xsd:dateTime ] ;
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_organization02\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization organization02</b></p><a name=\"organization02\"> </a><a name=\"hcorganization02\"> </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\">version: 3; Last updated: 2019-03-06 19:03:03+0000</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>identifier</b>: Tax ID number/234567891 (use: official, )</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: DaVinciHospital02</p><p><b>telecom</b>: ph: (+1) 551-555-1212</p><p><b>address</b>: 3 Sherwood St. Englewood NJ 07631 USA </p></div>"
  ] ;
  fhir:Organization.identifier [
     fhir:index -1 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "TAX" ] ;
         fhir:Coding.display [ fhir:value "Tax ID number" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.4.4" ] ;
     fhir:Identifier.value [ fhir:value "234567891" ] ;
     fhir:Identifier.assigner [
       fhir:Reference.display [ fhir:value "www.irs.gov" ]
     ]
  ] ;
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Organization.type [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ] ;
       fhir:Coding.code [ fhir:value "prov" ] ;
       fhir:Coding.display [ fhir:value "Healthcare Provider" ]
     ]
  ] ;
  fhir:Organization.name [ fhir:value "DaVinciHospital02"] ;
  fhir:Organization.telecom [
     fhir:index -1 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(+1) 551-555-1212" ]
  ] ;
  fhir:Organization.address [
     fhir:index -1 ;
     fhir:Address.line [
       fhir:value "3 Sherwood St." ;
       fhir:index -1
     ] ;
     fhir:Address.city [ fhir:value "Englewood" ] ;
     fhir:Address.state [ fhir:value "NJ" ] ;
     fhir:Address.postalCode [ fhir:value "07631" ] ;
     fhir:Address.country [ fhir:value "USA" ]
  ] .

<https://example.com/Organization/organization04> a fhir:Organization ;
  fhir:Resource.id [ fhir:value "organization04"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "4" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2019-03-06T19:03:03.000+00:00"^^xsd:dateTime ] ;
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_organization04\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization organization04</b></p><a name=\"organization04\"> </a><a name=\"hcorganization04\"> </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\">version: 4; Last updated: 2019-03-06 19:03:03+0000</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>identifier</b>: Tax ID number/456789123 (use: official, )</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type ins}\">Insurance Company</span></p><p><b>name</b>: DVPayer04</p><p><b>telecom</b>: ph: (+1) 616-555-1212</p><p><b>address</b>: 160 Glen Eagles Road Grand Rapids MI 49503 USA </p></div>"
  ] ;
  fhir:Organization.identifier [
     fhir:index -1 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "TAX" ] ;
         fhir:Coding.display [ fhir:value "Tax ID number" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.4.4" ] ;
     fhir:Identifier.value [ fhir:value "456789123" ] ;
     fhir:Identifier.assigner [
       fhir:Reference.display [ fhir:value "www.irs.gov" ]
     ]
  ] ;
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Organization.type [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ] ;
       fhir:Coding.code [ fhir:value "ins" ] ;
       fhir:Coding.display [ fhir:value "Insurance Company" ]
     ]
  ] ;
  fhir:Organization.name [ fhir:value "DVPayer04"] ;
  fhir:Organization.telecom [
     fhir:index -1 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "(+1) 616-555-1212" ]
  ] ;
  fhir:Organization.address [
     fhir:index -1 ;
     fhir:Address.line [
       fhir:value "160 Glen Eagles Road" ;
       fhir:index -1
     ] ;
     fhir:Address.city [ fhir:value "Grand Rapids" ] ;
     fhir:Address.state [ fhir:value "MI" ] ;
     fhir:Address.postalCode [ fhir:value "49503" ] ;
     fhir:Address.country [ fhir:value "USA" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Bundle/mrp-submit-task.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Bundle/mrp-submit-task.ttl> .