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 Text 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 "SDCeCCObservationStringEx"];
  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 \"SDCeCCObservationStringEx\" </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>: Accession ID: SDCeCCObservationCodeEx0 (USUAL)</p><p><b>status</b>: final</p><p><b>code</b>: Comments <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (eCC#76595)</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>: Some comment</p></div>"
  ];
  fhir:Observation.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "usual" ];
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
         fhir:Coding.code [ fhir:value "ACSN" ];
         fhir:Coding.display [ fhir:value "Accession ID" ]       ]     ];
     fhir:Identifier.system [ fhir:value "http://example.org/Observation" ];
     fhir:Identifier.value [ fhir:value "SDCeCCObservationCodeEx0" ]
  ];
  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 "76595" ];
       fhir:Coding.display [ fhir:value "Comments" ]     ]
  ];
  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.valueString [ fhir:value "Some comment"].

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

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