IHE SDC/eCC on FHIR
1.0.0-ballot - Ballot International flag

This page is part of the IHE SDC/eCC on FHIR (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: SDC eCC Observation Child Example - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:Observation;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "SDCeCCObservationChild"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-Observation";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/ihe-sdc-ecc/StructureDefinition/ihe-sdc-ecc-Observation>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b></p><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\">Resource Observation \"SDCeCCObservationChild\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ihe-sdc-ecc-Observation.html\">IHE SDC/eCC on FHIR Observation</a></p></div><p><b>identifier</b>: id: fikea3-188a-4ko3-00dc-8282cc908f3e</p><p><b>status</b>: final</p><p><b>code</b>: 25899 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (eCC#25899)</span></p><p><b>subject</b>: <a href=\"http://example.org/patient\">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\">http://example.org/practitioner: Example Practitioner</a></p><p><b>value</b>: Internal control cells present and stain as expected <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (eCC#25900)</span></p><p><b>derivedFrom</b>: <span></span></p></div>"
  ];
  fhir:Observation.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://example.org/Observation" ];
     fhir:Identifier.value [ fhir:value "fikea3-188a-4ko3-00dc-8282cc908f3e" ]
  ];
  fhir:Observation.status [ fhir:value "final"];
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://cap.org/eCC" ];
       fhir:Coding.code [ fhir:value "25899" ]     ]
  ];
  fhir:Observation.subject [
     fhir:link <http://example.org/patient>;
     fhir:Reference.reference [ fhir:value "http://example.org/patient" ];
     fhir:Reference.display [ fhir:value "Example Patient" ]
  ];
  fhir:Observation.effectiveDateTime [ fhir:value "2021-05-11"^^xsd:date];
  fhir:Observation.performer [
     fhir:index 0;
     fhir:link <http://example.org/practitioner>;
     fhir:Reference.reference [ fhir:value "http://example.org/practitioner" ];
     fhir:Reference.display [ fhir:value "Example Practitioner" ]
  ];
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://cap.org/eCC" ];
       fhir:Coding.code [ fhir:value "25900" ];
       fhir:Coding.display [ fhir:value "Internal control cells present and stain as expected" ]     ]
  ];
  fhir:Observation.derivedFrom [
     fhir:index 0;
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "http://example.org/Observation" ];
       fhir:Identifier.value [ fhir:value "eccea3-121a-4bc3-94dc-7463cc908f2e" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.