@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 -------------------------------------------------------------------

<https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/Condition/ebecedd7-6f2e-483d-90ca-06d061b983d2> a fhir:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ebecedd7-6f2e-483d-90ca-06d061b983d2"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/StructureDefinition/edsh-condition"^^xsd:anyURI ;
       fhir:l <https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/StructureDefinition/edsh-condition>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Condition ebecedd7-6f2e-483d-90ca-06d061b983d2</b></p><a name=\"ebecedd7-6f2e-483d-90ca-06d061b983d2\"> </a><a name=\"hcebecedd7-6f2e-483d-90ca-06d061b983d2\"> </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-edsh-condition.html\">Condition</a></p></div><p><b>category</b>: <span title=\"Codes :{https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/CodeSystem/pmsi-mco-diag-type DP}\">Diagnostic principal</span></p><p><b>code</b>: <span title=\"Codes :{http://hl7.org/fhir/sid/icd-10 R57.0}\">Choc cardiogénique</span></p><p><b>subject</b>: <a href=\"Patient-05584e1b-3435-415a-af33-aad1fca40fad.html\">Jean Moreau  Male, Date de Naissance :1976-08-15 ( NIR)</a></p><p><b>encounter</b>: <a href=\"Encounter-b2cde568-adbf-48b3-bcd9-dd8c7ccf4f7b.html\">Encounter : status = finished; class = inpatient encounter (v3 Code System ActCode#IMP); period = 2023-11-05 --&gt; 2023-11-07</a></p><p><b>recordedDate</b>: 2023-11-05</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/CodeSystem/pmsi-mco-diag-type"^^xsd:anyURI ;
         fhir:l <https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/CodeSystem/pmsi-mco-diag-type>
       ] ;
       fhir:code [ fhir:v "DP" ] ;
       fhir:display [ fhir:v "Diagnostic principal" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/sid/icd-10>
       ] ;
       fhir:code [ fhir:v "R57.0" ] ;
       fhir:display [ fhir:v "Choc cardiogénique" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/Patient/05584e1b-3435-415a-af33-aad1fca40fad> ;
     fhir:reference [ fhir:v "Patient/05584e1b-3435-415a-af33-aad1fca40fad" ]
  ] ; # 
  fhir:encounter [
     fhir:l <https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/Encounter/b2cde568-adbf-48b3-bcd9-dd8c7ccf4f7b> ;
     fhir:reference [ fhir:v "Encounter/b2cde568-adbf-48b3-bcd9-dd8c7ccf4f7b" ]
  ] ; # 
  fhir:recordedDate [ fhir:v "2023-11-05"^^xsd:date] . # 

# -------------------------------------------------------------------------------------

