FHIR Implementation Guide for ABDM
6.5.0 - active India flag

Banner

This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

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

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

 a fhir:ImagingStudy ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/ImagingStudy"^^xsd:anyURI ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/ImagingStudy>     ] )
  ] ; # 
  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: ImagingStudy example-01</b></p><a name=\"example-01\"> </a><a name=\"hcexample-01\"> </a><a name=\"example-01-hi-IN\"> </a><p><b>identifier</b>: <code>https://xyz.in/DCMServer</code>/7897</p><p><b>status</b>: Available</p><p><b>subject</b>: <a href=\"Patient-example-01.html\">ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)</a></p><p><b>interpreter</b>: <a href=\"Practitioner-example-01.html\">Practitioner Dr. DEF</a></p><p><b>numberOfSeries</b>: 1</p><p><b>numberOfInstances</b>: 1</p><blockquote><p><b>series</b></p><p><b>uid</b>: 2.16.124.113543.6003.2588828330.45298.17418.2723805630</p><p><b>number</b>: 1</p><p><b>modality</b>: <a href=\"http://snomed.info/id/429858000\">SNOMED CT 429858000</a>: CT of head and neck</p><p><b>description</b>: CT Surview 180</p><p><b>numberOfInstances</b>: 1</p><p><b>bodySite</b>: <a href=\"http://snomed.info/id/774007\">SNOMED CT 774007</a>: Structure of head and/or neck</p><h3>Instances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uid</b></td><td><b>SopClass</b></td><td><b>Number</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>2.16.124.113543.6003.189642796.63084.16748.2599092903</td><td>unknown urn:oid:1.2.840.10008.5.1.4.1.1.2: urn:oid:1.2.840.10008.5.1.4.1.1.2</td><td>1</td><td>CT of head and neck</td></tr></table></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://xyz.in/DCMServer"^^xsd:anyURI ] ;
fhir:value [ fhir:v "7897" ]
  ] ) ; # 
  fhir:status [ fhir:v "available"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-01" ]
  ] ; # 
  fhir:interpreter ( [
fhir:reference [ fhir:v "Practitioner/example-01" ]
  ] ) ; # 
  fhir:numberOfSeries [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:numberOfInstances [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:series ( [
fhir:uid [ fhir:v "2.16.124.113543.6003.2588828330.45298.17418.2723805630" ] ;
fhir:number [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:modality [
a sct:429858000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "429858000" ] ;
fhir:display [ fhir:v "CT of head and neck" ]     ] ;
fhir:description [ fhir:v "CT Surview 180" ] ;
fhir:numberOfInstances [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:bodySite [
a sct:774007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "774007" ] ;
fhir:display [ fhir:v "Structure of head and/or neck" ]     ] ;
    ( fhir:instance [
fhir:uid [ fhir:v "2.16.124.113543.6003.189642796.63084.16748.2599092903" ] ;
fhir:sopClass [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:code [ fhir:v "urn:oid:1.2.840.10008.5.1.4.1.1.2" ]       ] ;
fhir:number [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:title [ fhir:v "CT of head and neck" ]     ] )
  ] ) . #