0.1.0 - ci-build

NAPKONBIH - Local Development build (v0.1.0). See the Directory of published versions

: Medical Treatment For Vaccination Adverse Reaction - 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 "MedicalTreatmentForVaccinationAdverseReactionAtGP"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/medical-treatment-for-vaccination-adverse-reaction";
       fhir:index 0;
       fhir:link <https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/medical-treatment-for-vaccination-adverse-reaction>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p></p><p><b>code</b>: <span title=\"Codes: {https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/napkon-vaccination-module q1004}\">Medical treatment for actual or potential adverse events</span></p><p><b>value</b>: <span title=\"Codes: {https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/napkon-vaccination-module 6001}\">Ja, Behandlung in Arztpraxis oder Rettungsstelle</span></p><p><b>derivedFrom</b>: <a href=\"Observation-MedicalTreatmentReason.html\">Generated Summary: <span title=\"Codes: {http://snomed.info/sct 408773008}\">Reasons for treatment (finding)</span>; value: Starker Hautausschlag</a></p></div>"
  ];
  fhir:Observation.status [ fhir:value "final"];
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/napkon-vaccination-module" ];
       fhir:Coding.code [ fhir:value "q1004" ];
       fhir:Coding.display [ fhir:value "Medical treatment for actual or potential adverse events" ]     ]
  ];
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/napkon-vaccination-module" ];
       fhir:Coding.code [ fhir:value "6001" ];
       fhir:Coding.display [ fhir:value "Ja, Behandlung in Arztpraxis oder Rettungsstelle" ]     ]
  ];
  fhir:Observation.derivedFrom [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Observation/MedicalTreatmentReason" ]
  ].

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

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