@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 -------------------------------------------------------------------

<https://haau3.com/fhir/DiagnosticReport/haau3-diagnostic-report-kind-unknown> a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "haau3-diagnostic-report-kind-unknown"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://haau3.com/fhir/StructureDefinition/haau3-diagnostic-report" ;
       fhir:index 0 ;
       fhir:link <https://haau3.com/fhir/StructureDefinition/haau3-diagnostic-report>
     ] ;
     fhir:Meta.tag [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://haau3.com/fhir/CodeSystem/staging-transform-rule" ] ;
       fhir:Coding.code [ fhir:value "diagnosticreport.category_unknown_minted" ]
     ]
  ] ;
  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: DiagnosticReport haau3-diagnostic-report-kind-unknown</b></p><a name=\"haau3-diagnostic-report-kind-unknown\"> </a><a name=\"hchaau3-diagnostic-report-kind-unknown\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-haau3-diagnostic-report.html\">haau3 Diagnostic Report</a></p><p style=\"margin-bottom: 0px\">Tag: </p></div><h2><span title=\"Codes:{http://loinc.org 11502-2}\">Laboratory report</span> (<span title=\"Codes:\"></span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Derrick Lin  Male, DoB: 1965-04-12 ( Medical record number (use: usual, ))</td></tr><tr><td>Identifier</td><td> <code>https://haau3.com/fhir/NamingSystem/source-resource-id</code>/DiagnosticReport/example-source-record-2</td></tr><tr><td>Presented Form</td><td> text/plain: RXhhbXBsZSB3cml0dGVuIHJlcG9ydA==</td></tr></table><p><b>Report Details</b></p></div>"
  ] ;
  fhir:DiagnosticReport.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://haau3.com/fhir/NamingSystem/source-resource-id" ] ;
     fhir:Identifier.value [ fhir:value "DiagnosticReport/example-source-record-2" ]
  ] ;
  fhir:DiagnosticReport.status [ fhir:value "final"] ;
  fhir:DiagnosticReport.category [
     fhir:index 0 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/data-absent-reason" ] ;
       fhir:Extension.valueCode [ fhir:value "unknown" ]
     ]
  ] ;
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:11502-2 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "11502-2" ] ;
       fhir:Coding.display [ fhir:value "Laboratory report" ]
     ]
  ] ;
  fhir:DiagnosticReport.subject [
     fhir:link <https://haau3.com/fhir/Patient/us-core-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/us-core-patient" ]
  ] ;
  fhir:DiagnosticReport.presentedForm [
     fhir:index 0 ;
     fhir:Attachment.contentType [ fhir:value "text/plain" ] ;
     fhir:Attachment.data [ fhir:value "RXhhbXBsZSB3cml0dGVuIHJlcG9ydA=="^^xsd:base64Binary ]
  ] .

# - ontology header ------------------------------------------------------------

<https://haau3.com/fhir/DiagnosticReport/haau3-diagnostic-report-kind-unknown.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

