Search FHIR

FHIR Osiris Implementation Guide
1.1.0 - trial-implementation

This page is part of the OSIRIS FHIR Implementation Guide (v1.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: patient-synthetic - 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:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "patient-synthetic"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2020-12-16T17:25:54Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://osiris.arkhn.com/StructureDefinition/onco-patient"^^xsd:anyURI ;
fhir:link <http://osiris.arkhn.com/StructureDefinition/onco-patient>     ] ) ;
    ( fhir:tag [
fhir:system [ fhir:v "http://terminology.arkhn.org/CodeSystem/source"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ckdreijp80006dupjto75nhrh" ]     ] [
fhir:system [ fhir:v "http://terminology.arkhn.org/CodeSystem/resource"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ck8zq2kav35434kp4tvnyg135" ]     ] )
  ] ; # 
  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: Patient patient-synthetic</b></p><a name=\"patient-synthetic\"> </a><a name=\"hcpatient-synthetic\"> </a><a name=\"patient-synthetic-en-US\"> </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\">Last updated: 2020-12-16 17:25:54+0000</p><p style=\"margin-bottom: 0px\">Profil: <code>http://osiris.arkhn.com/StructureDefinition/onco-patient</code></p><p style=\"margin-bottom: 0px\">Tags: ckdreijp80006dupjto75nhrh (Details: source code ckdreijp80006dupjto75nhrh), ck8zq2kav35434kp4tvnyg135 (Details: resource code ck8zq2kav35434kp4tvnyg135)</p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Patient Anonyme Male, Date de Naissance :1935-02-14 ( http://terminology.arkhn.org/33a396fc-60e7-468e-a238-3f759fdadeef#synthetic_patient_Synthetic_02)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Statut connu du patient\">Décédé :</td><td colspan=\"3\">2018-11-03</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Liens :</td><td colspan=\"3\"><ul><li>Médecin Généraliste: OriginCenterId (Identifier: <code>http://finess.sante.gouv.fr</code>/330000662)</li><li>Managing Organization: ProviderCenterId (Identifier: <code>http://finess.sante.gouv.fr</code>/330000662)</li></ul></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://terminology.arkhn.org/33a396fc-60e7-468e-a238-3f759fdadeef"^^xsd:anyURI ] ;
fhir:value [ fhir:v "synthetic_patient_Synthetic_02" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1935-02-14"^^xsd:date] ; # 
  fhir:deceased [
a fhir:dateTime ;
fhir:v "2018-11-03"^^xsd:date
  ] ; # 
  fhir:generalPractitioner ( [
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:identifier [
fhir:system [ fhir:v "http://finess.sante.gouv.fr"^^xsd:anyURI ] ;
fhir:value [ fhir:v "330000662" ]     ] ;
fhir:display [ fhir:v "OriginCenterId" ]
  ] ) ; # 
  fhir:managingOrganization [
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:identifier [
fhir:system [ fhir:v "http://finess.sante.gouv.fr"^^xsd:anyURI ] ;
fhir:value [ fhir:v "330000662" ]     ] ;
fhir:display [ fhir:v "ProviderCenterId" ]
  ] . #