@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: ImagingStudy example-01

identifier: https://xyz.in/DCMServer/7897

status: Available

subject: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)

interpreter: Practitioner Dr. DEF

numberOfSeries: 1

numberOfInstances: 1

series

uid: 2.16.124.113543.6003.2588828330.45298.17418.2723805630

number: 1

modality: SNOMED CT 429858000: CT of head and neck

description: CT Surview 180

numberOfInstances: 1

bodySite: SNOMED CT 774007: Structure of head and/or neck

Instances

-UidSopClassNumberTitle
*2.16.124.113543.6003.189642796.63084.16748.2599092903unknown urn:oid:1.2.840.10008.5.1.4.1.1.2: urn:oid:1.2.840.10008.5.1.4.1.1.21CT of head and neck
"^^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:link ; fhir:reference [ fhir:v "Patient/example-01" ] ] ; # fhir:interpreter ( [ fhir:link ; 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" ] ] ) ] ) . # # -------------------------------------------------------------------------------------