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

Manifest-based Access to DICOM Objects (MADO) - Downloaded Version 1.0.0 See the Directory of published versions

: Requested Procedure Example with Placer and Filler - TTL Representation

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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/ServiceRequest/MadoRequestedProcedureExample> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "MadoRequestedProcedureExample"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoRequestedProcedure" ;
       fhir:index 0 ;
       fhir:link <https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoRequestedProcedure>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest MadoRequestedProcedureExample</b></p><a name=\"MadoRequestedProcedureExample\"> </a><a name=\"hcMadoRequestedProcedureExample\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MadoRequestedProcedure.html\">MADO Requested Procedure</a></p></div><p><b>identifier</b>: Accession Id/1731954284869428, Placer Identifier/PLAC-2024-0098, Filler Identifier/FILL-2024-0442</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 77477000}\">Computed tomography</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatient.html\">Pietje Puk  Male, DoB Unknown ( Medical Record number: PID_666 (use: official, ))</a></p></div>"
  ] ;
  fhir:ServiceRequest.identifier [
     fhir:index 0 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "ACSN" ] ;
         fhir:Coding.display [ fhir:value "Accession Id" ]
       ], [
         fhir:index 1 ;
         fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ] ;
         fhir:Coding.code [ fhir:value "121022" ] ;
         fhir:Coding.display [ fhir:value "Accession Number" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://example.org/fhir/ris-ids" ] ;
     fhir:Identifier.value [ fhir:value "1731954284869428" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "PLAC" ] ;
         fhir:Coding.display [ fhir:value "Placer Identifier" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://example.org/fhir/placer-ids" ] ;
     fhir:Identifier.value [ fhir:value "PLAC-2024-0098" ]
  ], [
     fhir:index 2 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "FILL" ] ;
         fhir:Coding.display [ fhir:value "Filler Identifier" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://example.org/fhir/filler-ids" ] ;
     fhir:Identifier.value [ fhir:value "FILL-2024-0442" ]
  ] ;
  fhir:ServiceRequest.status [ fhir:value "completed"] ;
  fhir:ServiceRequest.intent [ fhir:value "order"] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:77477000 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "77477000" ] ;
       fhir:Coding.display [ fhir:value "Computed tomography" ]
     ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExamplePatient> ;
     fhir:Reference.reference [ fhir:value "Patient/ExamplePatient" ]
  ] .

<http://hl7.org/fhir/Patient/ExamplePatient> a fhir:Patient .

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

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