Vanna Health IG - Local Development build (v0.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: MustKnowExample - 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:Flag ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "MustKnowExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://vanna.health/fhir/StructureDefinition/vanna-flag"^^xsd:anyURI ;
fhir:link <http://vanna.health/fhir/StructureDefinition/vanna-flag> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Flag</b><a name=\"MustKnowExample\"> </a><a name=\"hcMustKnowExample\"> </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 Flag "MustKnowExample" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vanna-flag.html\">VannaFlag</a></p></div><p><b>status</b>: active</p><p><b>code</b>: Johnny _hates_ ice cream <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>subject</b>: <a href=\"http://fhir.org/packages/us.nlm.vsac/Patient/5bb2a317-06de-4054-aabe-32a04aba0ae8\">Patient/5bb2a317-06de-4054-aabe-32a04aba0ae8</a></p><p><b>period</b>: 2024-04-26 16:07:41+0000 --> (ongoing)</p><p><b>author</b>: <a href=\"http://fhir.org/packages/us.nlm.vsac/Practitioner/ea607d76-b60e-4b31-a5be-508e55680912\">Practitioner/ea607d76-b60e-4b31-a5be-508e55680912</a></p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:code [
fhir:text [ fhir:v "Johnny _hates_ ice cream" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/5bb2a317-06de-4054-aabe-32a04aba0ae8" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2024-04-26T16:07:41.000Z"^^xsd:dateTime ]
] ; #
fhir:author [
fhir:reference [ fhir:v "Practitioner/ea607d76-b60e-4b31-a5be-508e55680912" ]
] . #