PrescricaoMedicamento - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Anamnese - 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:ClinicalImpression ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "anamnese-01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.saude.go.gov.br/r4/prescricaomedicamento/StructureDefinition/anamnese"^^xsd:anyURI ;
fhir:link <https://fhir.saude.go.gov.br/r4/prescricaomedicamento/StructureDefinition/anamnese> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ClinicalImpression anamnese-01</b></p><a name=\"anamnese-01\"> </a><a name=\"hcanamnese-01\"> </a><a name=\"anamnese-01-pt-BR\"> </a><p><b>status</b>: Completed</p><p><b>subject</b>: <a href=\"Bundle-bundle-document-01.html#urn-uuid-0242d5cf-6316-4ddd-b398-168af8aaeb01\">Bundle: identifier = http://www.saude.gov.br/fhir/prescricaomedicamento/sistema-origem-1001#1006; type = document; timestamp = 2023-12-13 08:00:00-0300</a></p><p><b>summary</b>: Paciente com histórico de hipertensão arterial</p></div>"
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:0242d5cf-6316-4ddd-b398-168af8aaeb01" ]
] ; #
fhir:summary [ fhir:v "Paciente com histórico de hipertensão arterial"] . #