SDOH Clinical Care
0.0.4C1 - CI Build

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

SDOHCC_Consent_ScreeningInfo_1_Example_1 - 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:Consent;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "40bfeb51-6d03-4109-8ad8-936247175aec"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-03-17T13:16:54.517+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#GbG2SdQgwU72oqTz" ]
  ];
  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>: 40bfeb51-6d03-4109-8ad8-936247175aec</p><p><b>meta</b>: </p><p><b>status</b>: active</p><p><b>scope</b>: Privacy Consent <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/consentscope code 'patient-privacy' = 'Privacy Consent', given as 'Privacy Consent'})</span></p><p><b>category</b>: information collection <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/v3-ActCode code 'ICOL' = 'information collection', given as 'information collection'})</span></p><p><b>patient</b>: <a href=\"Patient/69c58000-bcb9-411e-a888-c4b67d0fe409\">Patient/69c58000-bcb9-411e-a888-c4b67d0fe409</a></p><p><b>dateTime</b>: Dec 30, 2019 11:47:07 PM</p><p><b>source</b>: <a href=\"QuestionnaireResponse/589454a1-1bfd-4da4-80df-05ac759ebd04\">QuestionnaireResponse/589454a1-1bfd-4da4-80df-05ac759ebd04</a></p></div>"
  ];
  fhir:Consent.status [ fhir:value "active"];
  fhir:Consent.scope [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/consentscope" ];
       fhir:Coding.code [ fhir:value "patient-privacy" ];
       fhir:Coding.display [ fhir:value "Privacy Consent" ]     ]
  ];
  fhir:Consent.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ];
       fhir:Coding.code [ fhir:value "ICOL" ];
       fhir:Coding.display [ fhir:value "information collection" ]     ]
  ];
  fhir:Consent.patient [
     fhir:Reference.reference [ fhir:value "Patient/69c58000-bcb9-411e-a888-c4b67d0fe409" ]
  ];
  fhir:Consent.dateTime [ fhir:value "2019-12-30T17:47:07-06:00"^^xsd:dateTime];
  fhir:Consent.sourceReference [
     fhir:Reference.reference [ fhir:value "QuestionnaireResponse/589454a1-1bfd-4da4-80df-05ac759ebd04" ]
  ].

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

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