Data Management with FHIR
0.1.0 - ci-build France flag

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

: Patient test (Bundle) - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "5616f9ad-61b0-4279-9f41-777228d04665"] ; # 
  fhir:type [ fhir:v "transaction"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "https://aphp.fr/Patient/f133b3c0-ccd8-4435-9ead-40b441c2154d"^^xsd:anyURI ] ;
    ( fhir:resource <https://aphp.fr/Patient/f133b3c0-ccd8-4435-9ead-40b441c2154d> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Patient/f133b3c0-ccd8-4435-9ead-40b441c2154d"^^xsd:anyURI ]     ]
  ] ) . # 

<https://aphp.fr/Patient/f133b3c0-ccd8-4435-9ead-40b441c2154d> a fhir:Patient ;
  fhir:id [ fhir:v "f133b3c0-ccd8-4435-9ead-40b441c2154d"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_f133b3c0-ccd8-4435-9ead-40b441c2154d\"> </a><p class=\"res-header-id\"><b>Narratif généré : Patient f133b3c0-ccd8-4435-9ead-40b441c2154d</b></p><a name=\"f133b3c0-ccd8-4435-9ead-40b441c2154d\"> </a><a name=\"hcf133b3c0-ccd8-4435-9ead-40b441c2154d\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">john doe Male, Date de Naissance :1948-07-16 ( NIR définitif (use: official, ))</p><hr/></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "INS-NIR" ]       ] )     ] ;
fhir:system [ fhir:v "urn:oid:1.2.250.1.213.1.4.8"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234567890123" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "usual" ] ;
fhir:text [ fhir:v "john doe" ] ;
fhir:family [ fhir:v "doe" ] ;
    ( fhir:given [ fhir:v "john" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1948-07-16"^^xsd:date] . #