VigiCanPY - Local Development build (v0.9.0). See the Directory of published versions
@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:DiagnosticReport;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "EjemploDatosEstudioPY"]; #
fhir:Resource.meta [
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-name" ];
fhir:Extension.valueString [ fhir:value "Ejemplo de Datos de Estudio PY" ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-description" ];
fhir:Extension.valueMarkdown [ fhir:value "Este es un ejemplo para DatosEstudioPY" ] ];
fhir:Meta.profile [
fhir:value "http://vigicanpy.mspbs.gov.py/StructureDefinition/DatosEstudioPY";
fhir:index 0;
fhir:link <http://vigicanpy.mspbs.gov.py/StructureDefinition/DatosEstudioPY> ]
]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://vigicanpy.mspbs.gov.py/CodeSystem/ClinEstudioOncologicoCS BIO}\">BIOPSIA</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>Not done yet</td></tr><tr><td>Reported</td><td>2022-08-14 10:30:00+0000</td></tr><tr><td>Identifier:</td><td> id: 12345</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td/><td/></tr></table></div>"
]; #
fhir:DiagnosticReport.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://laboratorioejemplo.com/estudios" ];
fhir:Identifier.value [ fhir:value "12345" ]
]; #
fhir:DiagnosticReport.status [ fhir:value "final"]; #
fhir:DiagnosticReport.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://vigicanpy.mspbs.gov.py/CodeSystem/ClinEstudioOncologicoCS" ];
fhir:Coding.code [ fhir:value "BIO" ];
fhir:Coding.display [ fhir:value "BIOPSIA" ] ]
]; #
fhir:DiagnosticReport.subject [
fhir:Reference.reference [ fhir:value "urn:uuid:885c6f50-28de-4224-b950-a764396d4a25" ]
]; #
fhir:DiagnosticReport.encounter [
fhir:Reference.reference [ fhir:value "urn:uuid:7bba6dce-4069-4d5a-af15-16b0bac301ea" ]
]; #
fhir:DiagnosticReport.issued [ fhir:value "2022-08-14T10:30:00Z"^^xsd:dateTime]; #
fhir:DiagnosticReport.performer [
fhir:index 0;
fhir:Reference.reference [ fhir:value "urn:uuid:22f948e1-5b55-489f-ac6c-fa71a7510b41" ]
]; #
fhir:DiagnosticReport.result [
fhir:index 0;
fhir:Reference.reference [ fhir:value "urn:uuid:c3e99798-970f-4c33-a63a-da3682e9b7e7" ]
]; #
fhir:DiagnosticReport.presentedForm [
fhir:index 0;
fhir:Attachment.contentType [
fhir:value "application/pdf";
fhir:string.value [ fhir:value "application/pdf" ] ];
fhir:Attachment.data [ fhir:value "JVBERi0xLjAKMSAwIG9iajw8L1BhZ2VzIDIgMCBSPj5lbmRvYmogMiAwIG9iajw8L0tpZHNbMyAwIFJdL0NvdW50IDE+PmVuZG9iaiAzIDAgb2JqPDwvTWVkaWFCb3hbMCAwIDMgM10+PmVuZG9iagp0cmFpbGVyPDwvUm9vdCAxIDAgUj4+Cg=="^^xsd:base64Binary ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2022+ . Package VigiCanPY#0.9.0 based on FHIR 4.0.1. Generated 2023-07-19
Links: Table of Contents |
QA Report
|