QI-Core Implementation Guide - This is the current published version.. See the Directory of published versions
Formats: Narrative, XML, JSON, Turtle
Raw ttl
@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 xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:ServiceRequest; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "appropriateness-example"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: appropriateness-example</p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>code</b>: CT, head, wo iv contrast <span style=\"background: LightGoldenRodYellow\">(Details : {http://www.ama-assn.org/go/cpt code '70450' = '70450', given as 'CT, head, wo iv contrast'})</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Generated Summary: id: example; Medical record number = 12345 (USUAL); active; Peter James Chalmers (OFFICIAL), Jim Chalmers , Peter James Windsor (MAIDEN); ph: (03) 5555 6473(WORK), ph: (03) 3410 5613(MOBILE), ph: (03) 5555 8834(OLD); gender: male; birthDate: 1974-12-25; </a></p><p><b>authoredOn</b>: Mar 30, 2015 12:00:00 AM</p><p><b>requester</b>: Dr. Beverly Crusher</p><p><b>reasonCode</b>: Headache, Chronic, no new features <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org/fhir/sid/icd-9-cm code '70450' = '70450', given as 'Headache, Chronic, no new features'})</span></p></div>" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-servicerequest-appropriatenessScore" ]; fhir:Extension.valueCode [ fhir:value "appropriate" ] ]; fhir:ServiceRequest.status [ fhir:value "completed"]; fhir:ServiceRequest.intent [ fhir:value "order"]; fhir:ServiceRequest.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://www.ama-assn.org/go/cpt" ]; fhir:Coding.code [ fhir:value "70450" ]; fhir:Coding.display [ fhir:value "CT, head, wo iv contrast" ] ] ]; fhir:ServiceRequest.subject [ fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:ServiceRequest.authoredOn [ fhir:value "2015-03-30"^^xsd:date]; fhir:ServiceRequest.requester [ fhir:Reference.display [ fhir:value "Dr. Beverly Crusher" ] ]; fhir:ServiceRequest.reasonCode [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-9-cm" ]; fhir:Coding.code [ fhir:value "70450" ]; fhir:Coding.display [ fhir:value "Headache, Chronic, no new features" ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.