Aiidera FHIR-definitioner
0.1.0 - ci-build

Aiidera FHIR-definitioner - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: exempel-vardkontakt - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Encounter/exempel-vardkontakt> a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "exempel-vardkontakt"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter exempel-vardkontakt</b></p><a name=\"exempel-vardkontakt\"> </a><a name=\"hcexempel-vardkontakt\"> </a><p><b>identifier</b>: <a href=\"NamingSystem-AiideraDocumentNamingSystem.html\" title=\"Identifierar en signerad journalhandling. Värdet står i Bundle.identifier inuti de signerade bytesen och på varje resurs signeringstransaktionen skriver, och är nyckeln som binder en projektion till sitt original. Varje handling får ett eget värde; en rättelse får ett nytt och länkas med relatesTo enligt ADR-5 beslut 12. Ett värde återanvänds aldrig mellan två signerade handlingar.\">AiideraDocumentIdentifier</a>/00000000-0000-4000-8000-000000000006</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (ambulatory)</p><p><b>type</b>: <span title=\"Codes:\">Mottagningsbesök</span></p><p><b>subject</b>: <a href=\"Patient-exempel-patient.html\">Signe Syntetisk  Female, DoB Unknown</a></p></div>"
  ] ;
  fhir:Encounter.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://id.aiidera.se/document" ] ;
     fhir:Identifier.value [ fhir:value "00000000-0000-4000-8000-000000000006" ]
  ] ;
  fhir:Encounter.status [ fhir:value "finished"] ;
  fhir:Encounter.class [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
     fhir:Coding.code [ fhir:value "AMB" ]
  ] ;
  fhir:Encounter.type [
     fhir:index 0 ;
     fhir:CodeableConcept.text [ fhir:value "Mottagningsbesök" ]
  ] ;
  fhir:Encounter.subject [
     fhir:link <http://hl7.org/fhir/Patient/exempel-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/exempel-patient" ]
  ] .

<http://hl7.org/fhir/Patient/exempel-patient> a fhir:Patient .

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

<http://hl7.org/fhir/Encounter/exempel-vardkontakt.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Encounter/exempel-vardkontakt.ttl> .