This page is part of a downloaded copy of this specification. This page is part of the Patient Reported Outcomes (PRO) FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
Turtle Format: ImplementationGuide-ig
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:ImplementationGuide; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "hl7.fhir.us.patient-reported-outcomes-0.2.0"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>PatientReportedOutcomes</h2><p>The official URL for this implementation guide is: </p><pre>http://hl7.org/fhir/us/patient-reported-outcomes/ImplementationGuide/ig</pre></div>" ]; fhir:ImplementationGuide.url [ fhir:value "http://hl7.org/fhir/us/patient-reported-outcomes/ImplementationGuide/ig"]; fhir:ImplementationGuide.version [ fhir:value "0.2.0"]; fhir:ImplementationGuide.name [ fhir:value "PatientReportedOutcomes"]; fhir:ImplementationGuide.title [ fhir:value "Patient Reported Outcomes"]; fhir:ImplementationGuide.status [ fhir:value "draft"]; fhir:ImplementationGuide.publisher [ fhir:value "HL7 International - FHIR Infrastructure Work Group"]; fhir:ImplementationGuide.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "other" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/fiwg" ] ] ]; fhir:ImplementationGuide.copyright [ fhir:value "Used by permission of HL7, all rights reserved Creative Commons License"]; fhir:ImplementationGuide.packageId [ fhir:value "hl7.fhir.us.patient-reported-outcomes"]; fhir:ImplementationGuide.license [ fhir:value "CC0-1.0"]; fhir:ImplementationGuide.fhirVersion [ fhir:value "4.0.0"; fhir:index 0 ]; fhir:ImplementationGuide.dependsOn [ fhir:index 0; fhir:ImplementationGuide.dependsOn.uri [ fhir:value "http://hl7.org/fhir/uv/sdc"; fhir:link <http://hl7.org/fhir/uv/sdc> ]; fhir:ImplementationGuide.dependsOn.packageId [ fhir:value "hl7.fhir.uv.sdc" ]; fhir:ImplementationGuide.dependsOn.version [ fhir:value "current" ] ]; fhir:ImplementationGuide.definition [ fhir:ImplementationGuide.definition.resource [ fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/implementationguide-page" ]; fhir:Extension.valueUri [ fhir:value "CapabilityStatement-server.html" ] ]; fhir:ImplementationGuide.definition.resource.reference [ fhir:Reference.reference [ fhir:value "CapabilityStatement/server" ] ]; fhir:ImplementationGuide.definition.resource.exampleBoolean [ fhir:value "false"^^xsd:boolean ] ]; fhir:ImplementationGuide.definition.page [ fhir:ImplementationGuide.definition.page.nameUrl [ fhir:value "index.md" ]; fhir:ImplementationGuide.definition.page.title [ fhir:value "PRO Homepage" ]; fhir:ImplementationGuide.definition.page.generation [ fhir:value "markdown" ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.