Guide d'implémentation du médicament
0.1.0 - ci-build

Guide d'implémentation du médicament - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: InLine-patient-group-01 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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:Group ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "InLine-patient-group-01"] ; # 
  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: Group InLine-patient-group-01</b></p><a name=\"InLine-patient-group-01\"> </a><a name=\"hcInLine-patient-group-01\"> </a><a name=\"InLine-patient-group-01-en-US\"> </a><p><b>type</b>: Person</p><p><b>actual</b>: true</p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient/14602\">Patient/14602</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient/14603\">Patient/14603</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient/14604\">Patient/14604</a></p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:type [ fhir:v "person"] ; # 
  fhir:actual [ fhir:v true] ; # 
  fhir:member ( [
fhir:entity [
fhir:reference [ fhir:v "Patient/14602" ]     ]
  ] [
fhir:entity [
fhir:reference [ fhir:v "Patient/14603" ]     ]
  ] [
fhir:entity [
fhir:reference [ fhir:v "Patient/14604" ]     ]
  ] ) . #