Patient Reported Outcomes 21 CFR Part 11 Extension Implementation Guide (Release 0.2.2 )

This is the (release 0.2.2) of the PatientReportedOutcomes21CFR11 Implementation Guide, based on FHIR Version 4.0.1. See the Directory of published versions.

Turtle Format: ImplementationGuide-hl7.fhir.us.patient-reported-outcomes-21cfr11

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-21cfr11"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>PatientReportedOutcomes21CFR11</h2><p>The official URL for this implementation guide is: </p><pre>https://chb.github.io/21cfr11pro-ig//ImplementationGuide/hl7.fhir.us.patient-reported-outcomes-21cfr11</pre></div>"
  ];
  fhir:ImplementationGuide.url [ fhir:value "https://chb.github.io/21cfr11pro-ig//ImplementationGuide/hl7.fhir.us.patient-reported-outcomes-21cfr11"];
  fhir:ImplementationGuide.version [ fhir:value "0.2.2"];
  fhir:ImplementationGuide.name [ fhir:value "PatientReportedOutcomes21CFR11"];
  fhir:ImplementationGuide.title [ fhir:value "Patient Reported Outcomes 21 CFR Part 11 Extension"];
  fhir:ImplementationGuide.status [ fhir:value "draft"];
  fhir:ImplementationGuide.date [ fhir:value "2020-06-04T08:49:12+10:00"^^xsd:dateTime];
  fhir:ImplementationGuide.publisher [ fhir:value "Boston Children's Hospital - Computational Health Informatics Program (CHIP)"];
  fhir:ImplementationGuide.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "other" ];
       fhir:ContactPoint.value [ fhir:value "https://www.childrenshospital.org/chip" ]     ]
  ];
  fhir:ImplementationGuide.copyright [ fhir:value "Used by permission of BCH-CHIP, all rights reserved Creative Commons License"];
  fhir:ImplementationGuide.packageId [ fhir:value "hl7.fhir.us.patient-reported-outcomes-21cfr11"];
  fhir:ImplementationGuide.license [ fhir:value "CC0-1.0"];
  fhir:ImplementationGuide.fhirVersion [
     fhir:value "4.0.1";
     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:index 1;
     fhir:ImplementationGuide.dependsOn.uri [
       fhir:value "http://hl7.org/fhir/us/core";
       fhir:link <http://hl7.org/fhir/us/core>     ];
     fhir:ImplementationGuide.dependsOn.packageId [ fhir:value "hl7.fhir.us.core" ];
     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/tools/StructureDefinition/resource-information" ];
         fhir:Extension.valueString [ fhir:value "CapabilityStatement" ]       ], [
         fhir:index 1;
         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 21CFR11 Homepage" ];
       fhir:ImplementationGuide.definition.page.generation [ fhir:value "markdown" ]     ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.