@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 -------------------------------------------------------------------

<http://hl7.org/fhir/uv/ihe-sdc-ecc/Observation/SDCeCCObservationParent> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SDCeCCObservationParent"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-Observation"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-Observation>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Observation SDCeCCObservationParent</b></p><a name=\"SDCeCCObservationParent\"> </a><a name=\"hcSDCeCCObservationParent\"> </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\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ihe-sdc-ecc-Observation.html\">IHE SDC/eCP on FHIR Observation</a></p></div><p><b>identifier</b>: <code>http://example.org/Observation</code>/eccea3-121a-4bc3-94dc-7463cc908f2e</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://cap.org/eCC 31161}\">Progesterone Receptor (PgR) Status (Note A)</span></p><p><b>subject</b>: <a href=\"http://example.org/patient\">Example Patient</a></p><p><b>effective</b>: 2021-05-11</p><p><b>performer</b>: <a href=\"http://example.org/practitioner\">Example Practitioner</a></p><p><b>value</b>: <span title=\"Codes:{http://cap.org/eCC 31001}\">Negative (less than 1%)</span></p><p><b>hasMember</b>: Identifier: <code>http://example.org/Observation</code>/fikea3-188a-4ko3-00dc-8282cc908f3e</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://example.org/Observation"^^xsd:anyURI ;
       fhir:l <http://example.org/Observation>
     ] ;
     fhir:value [ fhir:v "eccea3-121a-4bc3-94dc-7463cc908f2e" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://cap.org/eCC"^^xsd:anyURI ;
         fhir:l <http://cap.org/eCC>
       ] ;
       fhir:code [ fhir:v "31161" ] ;
       fhir:display [ fhir:v "Progesterone Receptor (PgR) Status (Note A)" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <http://example.org/patient> ;
     fhir:reference [ fhir:v "http://example.org/patient" ] ;
     fhir:display [ fhir:v "Example Patient" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2021-05-11"^^xsd:date
  ] ; # 
  fhir:performer ( [
     fhir:l <http://example.org/practitioner> ;
     fhir:reference [ fhir:v "http://example.org/practitioner" ] ;
     fhir:display [ fhir:v "Example Practitioner" ]
  ] ) ; # 
  fhir:value [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       fhir:system [
         fhir:v "http://cap.org/eCC"^^xsd:anyURI ;
         fhir:l <http://cap.org/eCC>
       ] ;
       fhir:code [ fhir:v "31001" ] ;
       fhir:display [ fhir:v "Negative (less than 1%)" ]
     ] )
  ] ; # 
  fhir:hasMember ( [
     fhir:identifier [
       fhir:system [
         fhir:v "http://example.org/Observation"^^xsd:anyURI ;
         fhir:l <http://example.org/Observation>
       ] ;
       fhir:value [ fhir:v "fikea3-188a-4ko3-00dc-8282cc908f3e" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

