Vanna Health IG - Local Development build (v0.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: VannaBundleExample - 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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "VannaBundleExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://vanna.health/fhir/StructureDefinition/vanna-bundle"^^xsd:anyURI ;
fhir:link <http://vanna.health/fhir/StructureDefinition/vanna-bundle> ] )
] ; #
fhir:type [ fhir:v "searchset"] ; #
fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [ fhir:v "https://api.medplum.com/fhir/R4/Patient?_count=20"^^xsd:anyURI ]
] [
fhir:relation [ fhir:v "first" ] ;
fhir:url [ fhir:v "https://api.medplum.com/fhir/R4/Patient?_count=20&_offset=0"^^xsd:anyURI ]
] [
fhir:relation [ fhir:v "next" ] ;
fhir:url [ fhir:v "https://api.medplum.com/fhir/R4/Patient?_count=20&_offset=20"^^xsd:anyURI ]
] ) ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "https://api.medplum.com/fhir/R4/Patient/99d81d7f-c4b1-42ea-ad00-87c6f23227d2"^^xsd:anyURI ] ;
( fhir:resource <https://api.medplum.com/fhir/R4/Patient/99d81d7f-c4b1-42ea-ad00-87c6f23227d2> )
] ) . #
<https://api.medplum.com/fhir/R4/Patient/99d81d7f-c4b1-42ea-ad00-87c6f23227d2> a fhir:Patient ;
fhir:id [ fhir:v "99d81d7f-c4b1-42ea-ad00-87c6f23227d2"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_99d81d7f-c4b1-42ea-ad00-87c6f23227d2\"> </a><p><b>Generated Narrative: Patient</b><a name=\"99d81d7f-c4b1-42ea-ad00-87c6f23227d2\"> </a><a name=\"hc99d81d7f-c4b1-42ea-ad00-87c6f23227d2\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Patient "99d81d7f-c4b1-42ea-ad00-87c6f23227d2" </p></div></div>"
] . #