CH VACD (R4)
1.0.0 - STU 2 Ballot

This page is part of the CH VACD (R4) (v1.0.0: STU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: 12.2 Address (Recommendation Request/Response) - 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:Address;
  fhir:nodeRole fhir:treeRoot;
  fhir:Element.id [ fhir:value "12-2-Address"];
  fhir:Address.postalCode [ fhir:value "9876"];
  fhir:Address.country [ fhir:value "CH"].

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

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