Data Management with FHIR - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Consommation d'alcool de Madame Blanc - 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "alcool-cas-9"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://interop.aphp.fr/ig/fhir/dm/StructureDefinition/DMObservationAlcoholUseStatus"^^xsd:anyURI ;
fhir:link <https://interop.aphp.fr/ig/fhir/dm/StructureDefinition/DMObservationAlcoholUseStatus> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Observation alcool-cas-9</b></p><a name=\"alcool-cas-9\"> </a><a name=\"hcalcool-cas-9\"> </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\">Profil: <a href=\"StructureDefinition-DMObservationAlcoholUseStatus.html\">Consommation d'alcool</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11331-6}\">History of Alcohol use</span></p><p><b>subject</b>: <a href=\"Patient-cas-9.html\">Isabelle Blanc Female, Date de Naissance :1978-05-06 ( National Health Plan Identifier)</a></p><p><b>encounter</b>: <a href=\"Encounter-sejour-cas-9.html\">Encounter : identifier = Visit Number: 9; status = finished; class = inpatient encounter (ActCode#IMP); period = 2024-01-13 --> 2024-10-14</a></p><p><b>effective</b>: 2024-01-13</p><p><b>value</b>: Ex-buveur</p></div>"^^rdf:XMLLiteral
] ; #
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 "social-history" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:11331-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11331-6" ] ;
fhir:display [ fhir:v "History of Alcohol use" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/cas-9" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/sejour-cas-9" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2024-01-13"^^xsd:date
] ; #
fhir:value [
a fhir:string ;
fhir:v "Ex-buveur"
] . #