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/ImagingStudy/example-prior-imaging-study-knie> a fhir:ImagingStudy ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "example-prior-imaging-study-knie"] ; 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: ImagingStudy example-prior-imaging-study-knie</b></p><a name=\"example-prior-imaging-study-knie\"> </a><a name=\"hcexample-prior-imaging-study-knie\"> </a><p><b>status</b>: Available</p><p><b>modality</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-MR\">DICOM: MR</a> (Magnetic Resonance)</p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p></div>" ] ; fhir:ImagingStudy.status [ fhir:value "available"] ; fhir:ImagingStudy.modality [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ] ; fhir:Coding.code [ fhir:value "MR" ] ] ; fhir:ImagingStudy.subject [ fhir:link <http://hl7.org/fhir/Patient/example-patient> ; fhir:Reference.reference [ fhir:value "Patient/example-patient" ] ] . <http://hl7.org/fhir/Patient/example-patient> a fhir:Patient . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/ImagingStudy/example-prior-imaging-study-knie.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/ImagingStudy/example-prior-imaging-study-knie.ttl> .