1.0.0 - ci-build

JPCoreV1 - Local Development build (v1.0.0). See the Directory of published versions

: ObservationPhysicalExamCodes - 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:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "jp-core-work-codesystem-observation-physicalExamCodes"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://jpfhir.jp/fhir/Common/CodeSystem/observation-physicalExamCodes defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">physical-findings<a name=\"jp-core-work-codesystem-observation-physicalExamCodes-physical-findings\"> </a></td><td>Physical Findings</td></tr><tr><td style=\"white-space:nowrap\">detailed-physical-findings<a name=\"jp-core-work-codesystem-observation-physicalExamCodes-detailed-physical-findings\"> </a></td><td>Detailed Physical Findings</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://jpfhir.jp/fhir/Common/CodeSystem/observation-physicalExamCodes"];
  fhir:CodeSystem.version [ fhir:value "1.0.0"];
  fhir:CodeSystem.name [ fhir:value "ObservationPhysicalExamCodes"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2021-12-30T17:28:24+09:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "JAMI"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "JAMI" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://jpcoreV1" ]     ]
  ];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [
     fhir:value "http://jpfhir.jp/fhir/Common/ValueSet/observation-physicalExamCodes";
     fhir:link <http://jpfhir.jp/fhir/Common/ValueSet/observation-physicalExamCodes>
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "2"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "physical-findings" ];
     fhir:CodeSystem.concept.display [ fhir:value "Physical Findings" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "detailed-physical-findings" ];
     fhir:CodeSystem.concept.display [ fhir:value "Detailed Physical Findings" ]
  ].

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

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