@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://annotatemd.com/fhir/ig/Observation/ExampleAnnotationSeries> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleAnnotationSeries"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://annotatemd.com/fhir/ig/StructureDefinition/annotation-series"^^xsd:anyURI ;
       fhir:l <https://annotatemd.com/fhir/ig/StructureDefinition/annotation-series>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ExampleAnnotationSeries</b></p><a name=\"ExampleAnnotationSeries\"> </a><a name=\"hcExampleAnnotationSeries\"> </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-annotation-series.html\">Annotation Series</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category imaging}\">Imaging</span>, <span title=\"Codes:{https://annotatemd.com/fhir/ig/CodeSystem/annotation-type dermatology-annotation}\">Dermatology Annotation</span></p><p><b>code</b>: <span title=\"Codes:{https://annotatemd.com/fhir/ig/CodeSystem/annotation-type lesion-classification}\">Lesion Classification</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Jane Smith  Female, DoB: 1975-06-15</a></p><p><b>hasMember</b>: </p><ul><li><a href=\"Observation-ExampleMelanomaAnnotation.html\">Observation Lesion Classification</a></li><li><a href=\"Observation-ExampleAIAssistedConfirmed.html\">Observation Quick Classify</a></li></ul><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://annotatemd.com/fhir/ig/CodeSystem/annotation-type change-detected}\">Change Detected</span></p><p><b>value</b>: false</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://annotatemd.com/fhir/ig/CodeSystem/annotation-type earliest-date}\">Earliest Annotation Date</span></p><p><b>value</b>: 2026-03-27 14:30:00+0000</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://annotatemd.com/fhir/ig/CodeSystem/annotation-type latest-date}\">Latest Annotation Date</span></p><p><b>value</b>: 2026-03-27 14:31:00+0000</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://annotatemd.com/fhir/ig/CodeSystem/annotation-type change-type}\">Change Type</span></p><p><b>value</b>: <span title=\"Codes:{https://annotatemd.com/fhir/ig/CodeSystem/change-type unchanged}\">Unchanged</span></p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/observation-category>
       ] ;
       fhir:code [ fhir:v "imaging" ]
     ] )
  ] [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://annotatemd.com/fhir/ig/CodeSystem/annotation-type"^^xsd:anyURI ;
         fhir:l <https://annotatemd.com/fhir/ig/CodeSystem/annotation-type>
       ] ;
       fhir:code [ fhir:v "dermatology-annotation" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://annotatemd.com/fhir/ig/CodeSystem/annotation-type"^^xsd:anyURI ;
         fhir:l <https://annotatemd.com/fhir/ig/CodeSystem/annotation-type>
       ] ;
       fhir:code [ fhir:v "lesion-classification" ] ;
       fhir:display [ fhir:v "Lesion Classification" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <https://annotatemd.com/fhir/ig/Patient/example-patient> ;
     fhir:reference [ fhir:v "Patient/example-patient" ]
  ] ; # 
  fhir:hasMember ( [
     fhir:l <https://annotatemd.com/fhir/ig/Observation/ExampleMelanomaAnnotation> ;
     fhir:reference [ fhir:v "Observation/ExampleMelanomaAnnotation" ]
  ] [
     fhir:l <https://annotatemd.com/fhir/ig/Observation/ExampleAIAssistedConfirmed> ;
     fhir:reference [ fhir:v "Observation/ExampleAIAssistedConfirmed" ]
  ] ) ; # 
  fhir:component ( [
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "https://annotatemd.com/fhir/ig/CodeSystem/annotation-type"^^xsd:anyURI ;
           fhir:l <https://annotatemd.com/fhir/ig/CodeSystem/annotation-type>
         ] ;
         fhir:code [ fhir:v "change-detected" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Boolean ;
       fhir:v false
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "https://annotatemd.com/fhir/ig/CodeSystem/annotation-type"^^xsd:anyURI ;
           fhir:l <https://annotatemd.com/fhir/ig/CodeSystem/annotation-type>
         ] ;
         fhir:code [ fhir:v "earliest-date" ]
       ] )
     ] ;
     fhir:value [
       a fhir:DateTime ;
       fhir:v "2026-03-27T14:30:00Z"^^xsd:dateTime
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "https://annotatemd.com/fhir/ig/CodeSystem/annotation-type"^^xsd:anyURI ;
           fhir:l <https://annotatemd.com/fhir/ig/CodeSystem/annotation-type>
         ] ;
         fhir:code [ fhir:v "latest-date" ]
       ] )
     ] ;
     fhir:value [
       a fhir:DateTime ;
       fhir:v "2026-03-27T14:31:00Z"^^xsd:dateTime
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "https://annotatemd.com/fhir/ig/CodeSystem/annotation-type"^^xsd:anyURI ;
           fhir:l <https://annotatemd.com/fhir/ig/CodeSystem/annotation-type>
         ] ;
         fhir:code [ fhir:v "change-type" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "https://annotatemd.com/fhir/ig/CodeSystem/change-type"^^xsd:anyURI ;
           fhir:l <https://annotatemd.com/fhir/ig/CodeSystem/change-type>
         ] ;
         fhir:code [ fhir:v "unchanged" ] ;
         fhir:display [ fhir:v "Unchanged" ]
       ] )
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

