@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "cause-of-death"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2024-02-14T15:38:02.162+02:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem cause-of-death

version: 1; Last updated: 2024-02-14 15:38:02+0200

This case-sensitive code system http://nphies.sa/terminology/CodeSystem/cause-of-death provides a fragment that includes following codes:

CodeDisplay
A49.9 Bacterial infection, unspecified
A01.3 Paratyphoid fever C
A01.4 Paratyphoid fever, unspecified
A49.3 Mycoplasma infection, unspecified
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://nphies.sa/terminology/CodeSystem/cause-of-death"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.3.0"] ; # fhir:name [ fhir:v "CauseOfdeath"] ; # fhir:title [ fhir:v "Cause of death"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-06-23T22:09:21+03:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 Saudi Arabia"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 Saudi Arabia" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://test-project.org/test-publisher" ] ] ) ] ) ; # fhir:description [ fhir:v "This codeset provides Encounter Cause of Death codes."] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "SA" ] ; fhir:display [ fhir:v "Saudi Arabia" ] ] ) ] ) ; # fhir:copyright [ fhir:v "World Health Organization (https://icd.who.int). This code system has been drawn from the ICD-10-AM codes. The majority of codes have been removed from public view with only a few retained to support examples."] ; # fhir:caseSensitive [ fhir:v true] ; # fhir:compositional [ fhir:v false] ; # fhir:versionNeeded [ fhir:v false] ; # fhir:content [ fhir:v "fragment"] ; # fhir:concept ( [ fhir:code [ fhir:v "A49.9" ] ; fhir:display [ fhir:v "Bacterial infection, unspecified" ] ] [ fhir:code [ fhir:v "A01.3" ] ; fhir:display [ fhir:v "Paratyphoid fever C" ] ] [ fhir:code [ fhir:v "A01.4" ] ; fhir:display [ fhir:v "Paratyphoid fever, unspecified" ] ] [ fhir:code [ fhir:v "A49.3" ] ; fhir:display [ fhir:v "Mycoplasma infection, unspecified" ] ] ) . # # -------------------------------------------------------------------------------------