NCPI FHIR Implementation Guide 0.2.0 - ci-build
NCPI FHIR Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <http://loinc.org/rdf#> . @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 ------------------------------------------------------------------- a fhir:DiagnosticReport; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "diagnostic-report-1"]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://loinc.org 81247-9}\">Master HL7 genetic variant reporting panel</span> </h2><table class=\"grid\"><tr><td>Subject</td><td><b>Mariah Abigail Smith(OFFICIAL)</b> female, DoB: 2019-06-15</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td><a href=\"Observation-variant-example-1.html\"><span title=\"Codes: {http://loinc.org 69548-6}\">Genetic variant assessment</span></a></td><td><span title=\"Codes: {http://loinc.org LA9633-4}\">Present</span></td></tr><tr><td><a href=\"Observation-diagnostic-implication-1.html\"><span title=\"Codes: {http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes diagnostic-implication}\">Diagnostic Implication</span></a></td><td/></tr></table></div>" ]; # fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "https://nih-ncpi.github.io/ncpi-fhir-ig/StructureDefinition/supporting-info" ]; fhir:Extension.valueReference [ fhir:Reference.reference [ fhir:value "Task/task-example-1" ] ] ]; # fhir:DiagnosticReport.status [ fhir:value "final"]; # fhir:DiagnosticReport.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:81247-9; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "81247-9" ]; fhir:Coding.display [ fhir:value "Master HL7 genetic variant reporting panel" ] ] ]; # fhir:DiagnosticReport.subject [ fhir:Reference.reference [ fhir:value "Patient/patient-example-1" ] ]; # fhir:DiagnosticReport.result [ fhir:index 0; fhir:Reference.reference [ fhir:value "Observation/variant-example-1" ] ], [ fhir:index 1; fhir:Reference.reference [ fhir:value "Observation/diagnostic-implication-1" ] ]. # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.