@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 -------------------------------------------------------------------

<https://haau3.com/fhir/Observation/haau3-observation-unknown-kind> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "haau3-observation-unknown-kind"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://haau3.com/fhir/StructureDefinition/haau3-observation" ;
       fhir:index 0 ;
       fhir:link <https://haau3.com/fhir/StructureDefinition/haau3-observation>
     ]
  ] ;
  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: Observation haau3-observation-unknown-kind</b></p><a name=\"haau3-observation-unknown-kind\"> </a><a name=\"hchaau3-observation-unknown-kind\"> </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-observation.html\">haau3 Observation</a></p></div><p><b>identifier</b>: <code>https://haau3.com/fhir/NamingSystem/source-resource-id</code>/Observation/example-source-record</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:\"></span>, <span title=\"Codes:{http://open.epic.com/FHIR/StructureDefinition/observation-category smartdata}\">smartdata</span></p><p><b>code</b>: <span title=\"Codes:\">Recorded measurement</span></p><p><b>subject</b>: <a href=\"Patient-us-core-patient.html\">Derrick Lin  Male, DoB: 1965-04-12 ( Medical record number (use: usual, ))</a></p><p><b>effective</b>: 2026-05-01 09:15:00+0000</p><p><b>value</b>: Recorded value</p></div>"
  ] ;
  fhir:Observation.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://haau3.com/fhir/NamingSystem/source-resource-id" ] ;
     fhir:Identifier.value [ fhir:value "Observation/example-source-record" ]
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.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:index 1 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://open.epic.com/FHIR/StructureDefinition/observation-category" ] ;
       fhir:Coding.code [ fhir:value "smartdata" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.text [ fhir:value "Recorded measurement" ]
  ] ;
  fhir:Observation.subject [
     fhir:link <https://haau3.com/fhir/Patient/us-core-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/us-core-patient" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-05-01T09:15:00Z"^^xsd:dateTime] ;
  fhir:Observation.valueString [ fhir:value "Recorded value"] .

# - ontology header ------------------------------------------------------------

<https://haau3.com/fhir/Observation/haau3-observation-unknown-kind.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

