0.1.0 - ci-build Brazil flag

PrescricaoMedicamento - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Peso - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "peso-01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/bodyweight"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/bodyweight>     ] )
  ] ; # 
  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: Observation peso-01</b></p><a name=\"peso-01\"> </a><a name=\"hcpeso-01\"> </a><a name=\"peso-01-pt-BR\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 29463-7}\">Body weight</span></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>effective</b>: 2025-02-06</p><p><b>value</b>: 70 Kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codekg = 'kg')</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vital-signs" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:29463-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29463-7" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "urn:uuid:0242d5cf-6316-4ddd-b398-168af8aaeb01" ]
  ] ; # 
  fhir:effective [ fhir:v "2025-02-06"^^xsd:date] ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "70"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Kg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "kg" ]
  ] . #