SDOH Clinical Care
0.0.4C1 - CI Build

SDOH Clinical Care - Local Development build (v0.0.4C1). See the Directory of published versions

SDOH-CC_PMEHR_Actor_Capability_Statement - TTL Representation

(back to description)

Raw ttl

Source view

@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:CapabilityStatement;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "pmehr"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "6" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-05-01T17:45:18.525+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#OKrt2OHUv2D7snWa" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>SDOHCC_CapabilityStatement_PMEHR</h2><div><p>The system that initiates the task to request a list of patients to be screened using a certain screening questionnaire. The PMEHR actor is assumed to either be grouped with an SDC Form Designer actor or to have access to Questionnaire Resources produced by other systems that are compliant with the SDC Form Designer and SDC Form Manager actors. The PMEHR uses the capability of a Form Designer technical actor to create a Questionnaire Resource that expresses a screening instrument. See the LHC Form Builder for an example: <a href=\"https://lhcforms.nlm.nih.gov/\">https://lhcforms.nlm.nih.gov/</a>. For screening instruments included in the Gravity Project Master List, use temporary codes included in the Master List where permanent codes are not yet available.Link to Section of the IG about the Master List and Temporary Codes.</p>\n</div><table><tr><td>Mode</td><td>CLIENT</td></tr><tr><td>Description</td><td/></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th></tr></table></div>"
  ];
  fhir:CapabilityStatement.url [ fhir:value "http://hl7.org/fhir/us/sdoh-cc/CapabilityStatement/pmehr"];
  fhir:CapabilityStatement.version [ fhir:value "0.0.4C1"];
  fhir:CapabilityStatement.name [ fhir:value "SDOHCC_CapabilityStatement_PMEHR"];
  fhir:CapabilityStatement.title [ fhir:value "SDOHCC PMEHR Actor Capability Statement"];
  fhir:CapabilityStatement.status [ fhir:value "active"];
  fhir:CapabilityStatement.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CapabilityStatement.date [ fhir:value "2020-04-29T00:00:00+00:00"^^xsd:dateTime];
  fhir:CapabilityStatement.publisher [ fhir:value "HL7 International - Patient Care WG"];
  fhir:CapabilityStatement.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 International - Patient Care WG" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "other" ];
       fhir:ContactPoint.value [ fhir:value "https://www.hl7.org/Special/committees/patientcare" ]     ]
  ], [
     fhir:index 1;
     fhir:ContactDetail.name [ fhir:value "HL7 International - Patient Care" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/patientare" ]     ]
  ];
  fhir:CapabilityStatement.description [ fhir:value "The system that initiates the task to request a list of patients to be screened using a certain screening questionnaire. The PMEHR actor is assumed to either be grouped with an SDC Form Designer actor or to have access to Questionnaire Resources produced by other systems that are compliant with the SDC Form Designer and SDC Form Manager actors. The PMEHR uses the capability of a Form Designer technical actor to create a Questionnaire Resource that expresses a screening instrument. See the LHC Form Builder for an example: [https://lhcforms.nlm.nih.gov/](https://lhcforms.nlm.nih.gov/). For screening instruments included in the Gravity Project Master List, use temporary codes included in the Master List where permanent codes are not yet available.Link to Section of the IG about the Master List and Temporary Codes."];
  fhir:CapabilityStatement.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166:-2" ];
       fhir:Coding.code [ fhir:value "US" ];
       fhir:Coding.display [ fhir:value "United States of America" ]     ]
  ];
  fhir:CapabilityStatement.kind [ fhir:value "requirements"];
  fhir:CapabilityStatement.fhirVersion [ fhir:value "4.0.1"];
  fhir:CapabilityStatement.format [
     fhir:value "xml";
     fhir:index 0
  ], [
     fhir:value "json";
     fhir:index 1
  ];
  fhir:CapabilityStatement.rest [
     fhir:index 0;
     fhir:CapabilityStatement.rest.mode [ fhir:value "client" ]
  ].

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

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