0.5.1 - ci-build Norway flag

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

: Pmd bundle response example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pmd-Bundle-Response-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.no/fhir/vkpobservation/StructureDefinition/pmd-Bundle-Response"^^xsd:anyURI ;
fhir:l <http://hl7.no/fhir/vkpobservation/StructureDefinition/pmd-Bundle-Response>     ] )
  ] ; # 
  fhir:type [ fhir:v "batch-response"] ; # 
  fhir:entry ( [
fhir:response [
      ( fhir:extension [
fhir:url [
fhir:v "http://hl7.no/fhir/vkpobservation/StructureDefinition/PmdBundleResponseEntryIdExtension"^^xsd:anyURI ;
fhir:l <http://hl7.no/fhir/vkpobservation/StructureDefinition/PmdBundleResponseEntryIdExtension>         ] ;
fhir:value [
a fhir:Uri ;
fhir:v "test.url"^^xsd:anyURI ;
fhir:l fhir:test.url         ]       ] ) ;
fhir:status [ fhir:v "200" ]     ]
  ] ) . #