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 ------------------------------------------------------------------- <http://hl7.org/fhir/DocumentReference/ArchivedUnmatchedDocumentExample> a fhir:DocumentReference ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "ArchivedUnmatchedDocumentExample"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "https://mira-pvs.de/fhir/StructureDefinition/archived-document-reference" ; fhir:index 0 ; fhir:link <https://mira-pvs.de/fhir/StructureDefinition/archived-document-reference> ] ] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference ArchivedUnmatchedDocumentExample</b></p><a name=\"ArchivedUnmatchedDocumentExample\"> </a><a name=\"hcArchivedUnmatchedDocumentExample\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-archived-document-reference.html\">Archived Clinical Document Reference</a></p></div><p><b>Document Archive Handle</b>: archive-inbox-handle</p><p><b>Document Archive Version</b>: revision-two</p><p><b>status</b>: Current</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td></tr><tr><td style=\"display: none\">*</td><td>image/png</td></tr></table></blockquote></div>" ] ; fhir:DomainResource.extension [ fhir:index 0 ; fhir:Extension.url [ fhir:value "https://mira-pvs.de/fhir/StructureDefinition/document-archive/handle" ] ; fhir:Extension.valueString [ fhir:value "archive-inbox-handle" ] ], [ fhir:index 1 ; fhir:Extension.url [ fhir:value "https://mira-pvs.de/fhir/StructureDefinition/document-archive/version" ] ; fhir:Extension.valueString [ fhir:value "revision-two" ] ] ; fhir:DocumentReference.status [ fhir:value "current"] ; fhir:DocumentReference.content [ fhir:index 0 ; fhir:DocumentReference.content.attachment [ fhir:Attachment.contentType [ fhir:value "image/png" ] ] ] . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/DocumentReference/ArchivedUnmatchedDocumentExample.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/DocumentReference/ArchivedUnmatchedDocumentExample.ttl> .