Vital Records Birth and Fetal Death Reporting
0.1.0 - STU 1 Ballot

This page is part of the Vital Records Birth and Fetal Death Reporting (v0.1.0: STU 1 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: expansion-parameters - 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:Parameters;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "expansion-parameters"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "2" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-11-01T04:02:15.298+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#NmFfHPsSycBL1pjm" ]
  ];
  fhir:Parameters.parameter [
     fhir:index 0;
     fhir:Parameters.parameter.name [ fhir:value "profile-url" ];
     fhir:Parameters.parameter.valueString [ fhir:value "dc8fd4bc-091a-424a-8a3b-6198ef146891" ]
  ], [
     fhir:index 1;
     fhir:Parameters.parameter.name [ fhir:value "system-version" ];
     fhir:Parameters.parameter.valueString [ fhir:value "http://snomed.info/sct|http://snomed.info/sct/731000124108" ]
  ].

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

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