FHIR JP Core CI/CD実験
1.0.0 - ci-build
FHIR JP Core CI/CD実験 - Local Development build (v1.0.0). See the Directory of published versions
Active as of 2022-04-01 |
@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 "2022-04-01T16:21:14+09:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "HL7 FHIR 日本実装検討WG"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "HL7 FHIR 日本実装検討WG" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://jpfhir.jp/" ] ]
];
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.