HL7 FHIR Malaysia Core (MY Core) Implementation Guide
2.0.0 - ci-build

HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-consent - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:id [ fhir:v "example-consent"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2022-04-08T07:45:26.344+08:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "http://provider.hie.moh.gov.my"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/Consent-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Consent-my-core>     ] ) ;
    ( fhir:tag [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HTEST" ] ;
fhir:display [ fhir:v "test health data" ]     ] [
fhir:system [ fhir:v "https://smilecdr.com/fhir/NamingSystem/tags"^^xsd:anyURI ] ;
fhir:code [ fhir:v "validation_passed" ] ;
fhir:display [ fhir:v "Validation Passed" ]     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Consent example-consent</b></p><a name=\"example-consent\"> </a><a name=\"hcexample-consent\"> </a><a name=\"example-consent-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2022-04-08 07:45:26+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://provider.hie.moh.gov.my\">http://provider.hie.moh.gov.my</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Consent-my-core.html\">Consent (MY Core)</a></p><p style=\"margin-bottom: 0px\">Tags: test health data (Details: ActReason code HTEST = 'test health data'), Validation Passed (Details: tags code validation_passed = 'Validation Passed')</p></div><p><b>identifier</b>: example-consent</p><p><b>status</b>: Inactive</p><p><b>scope</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentscope patient-privacy}\">Privacy Consent</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 59284-0}, {http://loinc.org 57016-8}\">Patient Consent</span></p><p><b>patient</b>: <a href=\"Patient-example-patient.html\">AIMAN HAZIQ(official) Male, DoB: 1951-01-20 ( http://fhir.hie.moh.gov.my/sid/my-kad-no#{{patientMyKadNo}} (use: official, ))</a></p><p><b>policyRule</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/consentpolicycodes hipaa-auth}\">HIPAA Authorization</span></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "example-consent" ]
  ] ) ; # 
  fhir:status [ fhir:v "inactive"] ; # 
  fhir:scope [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentscope"^^xsd:anyURI ] ;
fhir:code [ fhir:v "patient-privacy" ] ;
fhir:display [ fhir:v "Privacy Consent" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:59284-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "59284-0" ] ;
fhir:display [ fhir:v "Patient Consent" ]     ] [
a loinc:57016-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "57016-8" ] ;
fhir:display [ fhir:v "Privacy policy acknowledgement Document" ]     ] )
  ] ) ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:policyRule [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentpolicycodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "hipaa-auth" ] ;
fhir:display [ fhir:v "HIPAA Authorization" ]     ] )
  ] . #