FHIR Implementation Guide for ABDM 3.1.0 - active
FHIR Implementation Guide for ABDM - Local Development build (v3.1.0). See the Directory of published versions
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 ------------------------------------------------------------------- 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\">HEAD and NECK CT DICOM imaging study</div>" ] ; # 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" ] ] ) ] ) . #