@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://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/Basic/mark-imm-func-example-1> a fhir:Basic ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "mark-imm-func-example-1"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/marker-immune-function"^^xsd:anyURI ;
       fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/marker-immune-function>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Basic mark-imm-func-example-1</b></p><a name=\"mark-imm-func-example-1\"> </a><a name=\"hcmark-imm-func-example-1\"> </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\">Profile: <a href=\"StructureDefinition-marker-immune-function.html\">Marker of Immune Function</a></p></div><p><b>Patient ID relationship</b>: <a href=\"Patient-ExamplePatientTransplant1.html\">Anonymous Patient Female, DoB: 2015-06-15 ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/recipient#REC-001)</a></p><p><b>HLA antibody class or locus</b>: HLA-DQ7</p><p><b>MFI value</b>: 3500</p><p><b>Donor-specific antibody (DSA)</b>: true</p><p><b>AT1R antibody result</b>: 12.3</p><p><b>ETAR antibody result</b>: 8.7</p><p><b>Anti-MICA antibody result</b>: 5.2</p><p><b>Anti-MICB antibody result</b>: 4.9</p><p><b>AECA / other non-HLA antibodies</b>: Low-titer anti-endothelial cell antibodies</p><p><b>identifier</b>: <code>https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/marker-immune-function-id</code>/MIF0001</p><p><b>code</b>: <span title=\"Codes:{https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/marker-immune-function-type antibody}\">Antibody marker</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/marker-immune-function-patient-ref"^^xsd:anyURI ;
       fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/marker-immune-function-patient-ref>
     ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/Patient/ExamplePatientTransplant1> ;
       fhir:reference [ fhir:v "Patient/ExamplePatientTransplant1" ]
     ]
  ] [
     fhir:url [
       fhir:v "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/marker-immune-function-hla-antibody-class"^^xsd:anyURI ;
       fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/marker-immune-function-hla-antibody-class>
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "HLA-DQ7"
     ]
  ] [
     fhir:url [
       fhir:v "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/marker-immune-function-mfi-value"^^xsd:anyURI ;
       fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/marker-immune-function-mfi-value>
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "3500"
     ]
  ] [
     fhir:url [
       fhir:v "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/marker-immune-function-dsa"^^xsd:anyURI ;
       fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/marker-immune-function-dsa>
     ] ;
     fhir:value [
       a fhir:Boolean ;
       fhir:v true
     ]
  ] [
     fhir:url [
       fhir:v "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/marker-immune-function-atr1"^^xsd:anyURI ;
       fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/marker-immune-function-atr1>
     ] ;
     fhir:value [
       a fhir:Decimal ;
       fhir:v 12.3
     ]
  ] [
     fhir:url [
       fhir:v "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/marker-immune-function-etar"^^xsd:anyURI ;
       fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/marker-immune-function-etar>
     ] ;
     fhir:value [
       a fhir:Decimal ;
       fhir:v 8.7
     ]
  ] [
     fhir:url [
       fhir:v "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/marker-immune-function-mica"^^xsd:anyURI ;
       fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/marker-immune-function-mica>
     ] ;
     fhir:value [
       a fhir:Decimal ;
       fhir:v 5.2
     ]
  ] [
     fhir:url [
       fhir:v "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/marker-immune-function-micb"^^xsd:anyURI ;
       fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/marker-immune-function-micb>
     ] ;
     fhir:value [
       a fhir:Decimal ;
       fhir:v 4.9
     ]
  ] [
     fhir:url [
       fhir:v "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/marker-immune-function-aeca-other"^^xsd:anyURI ;
       fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/marker-immune-function-aeca-other>
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "Low-titer anti-endothelial cell antibodies"
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/marker-immune-function-id"^^xsd:anyURI ;
       fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/marker-immune-function-id>
     ] ;
     fhir:value [ fhir:v "MIF0001" ]
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/marker-immune-function-type"^^xsd:anyURI ;
         fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/marker-immune-function-type>
       ] ;
       fhir:code [ fhir:v "antibody" ] ;
       fhir:display [ fhir:v "Antibody marker" ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

