Manifest-based Access to DICOM Objects (MADO)
0.1.0 - trial-use International flag

Manifest-based Access to DICOM Objects (MADO), published by IHE Radiology Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/RAD.MADO/ and changes regularly. See the Directory of published versions

: ValueSet: Non-empty Narrative status codes - TTL Representation

Page standards status: Draft Maturity Level: 1

Raw ttl | Download


@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 -------------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/MadoNarrativeNotEmpty> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "MadoNarrativeNotEmpty"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet MadoNarrativeNotEmpty</b></p><a name=\"MadoNarrativeNotEmpty\"> </a><a name=\"hcMadoNarrativeNotEmpty\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://hl7.org/fhir/R4/codesystem-narrative-status.html\"><code>http://hl7.org/fhir/narrative-status</code></a><span title=\"Version is explicitly stated to be 4.0.1\"> version ?4.0.1</span></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-narrative-status.html\"><code>http://hl7.org/fhir/narrative-status</code></a><span title=\"Version is explicitly stated to be 4.0.1\"> version ?4.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-narrative-status.html#narrative-status-empty\">empty</a></td><td style=\"color: #cccccc\">Empty</td><td>The contents of the narrative are some equivalent of \"No human-readable text provided in this case\".</td></tr></table></li></ul></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
     fhir:Extension.valueInteger [ fhir:value "1"^^xsd:integer ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
     fhir:Extension.valueCode [ fhir:value "draft" ]
  ] ;
  fhir:ValueSet.url [ fhir:value "https://profiles.ihe.net/RAD/MADO/ValueSet/MadoNarrativeNotEmpty"] ;
  fhir:ValueSet.version [ fhir:value "0.1.0"] ;
  fhir:ValueSet.name [ fhir:value "MadoNarrativeNotEmpty"] ;
  fhir:ValueSet.title [ fhir:value "ValueSet: Non-empty Narrative status codes"] ;
  fhir:ValueSet.status [ fhir:value "draft"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-07-02T14:50:23+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "IHE Radiology Technical Committee"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.ihe.net/ihe_domains/radiology/" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "rad@ihe.net" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:ContactDetail.name [ fhir:value "IHE Radiology Technical Committee" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "rad@ihe.net" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "This value set includes all Narrative status codes that are not empty."] ;
  fhir:ValueSet.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:Coding.code [ fhir:value "001" ]
     ]
  ] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/narrative-status" ] ;
       fhir:ValueSet.compose.include.version [ fhir:value "4.0.1" ]
     ] ;
     fhir:ValueSet.compose.exclude [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/narrative-status" ] ;
       fhir:ValueSet.compose.include.version [ fhir:value "4.0.1" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "empty" ]
       ]
     ]
  ] .

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

<http://hl7.org/fhir/ValueSet/MadoNarrativeNotEmpty.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/MadoNarrativeNotEmpty.ttl> .