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-allergy-mandatory-800 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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:AllergyIntolerance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-allergy-mandatory-800"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "3" ] ;
fhir:lastUpdated [ fhir:v "2023-09-21T12:21:38.475+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/AllergyIntolerance-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/AllergyIntolerance-my-core>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance example-allergy-mandatory-800</b></p><a name=\"example-allergy-mandatory-800\"> </a><a name=\"hcexample-allergy-mandatory-800\"> </a><a name=\"example-allergy-mandatory-800-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: 3; Last updated: 2023-09-21 12:21:38+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-AllergyIntolerance-my-core.html\">AllergyIntolerance (MY Core)</a></p></div><p><b>ExtensionFormularyBoolean (MY Core)</b>: true</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>category</b>: Medication</p><p><b>code</b>: <span title=\"Codes:\">Paracetamol + Codeine</span></p><p><b>patient</b>: <a href=\"Patient/8bc61ffd-43fe-4de7-9de3-3ebab66e6b4e\">Patient/8bc61ffd-43fe-4de7-9de3-3ebab66e6b4e</a></p><p><b>recordedDate</b>: 2022-09-26 03:35:09+0000</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/formulary-boolean-my-core"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v "true"^^xsd:boolean     ]
  ] ) ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]     ] )
  ] ; # 
  fhir:category ( [ fhir:v "medication"] ) ; # 
  fhir:code [
fhir:text [ fhir:v "Paracetamol + Codeine" ]
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/8bc61ffd-43fe-4de7-9de3-3ebab66e6b4e" ]
  ] ; # 
  fhir:recordedDate [ fhir:v "2022-09-26T03:35:09.322Z"^^xsd:dateTime] . #