Mobile Antepartum Summary
1.0.0-current - ci-build International flag

Mobile Antepartum Summary, published by IHE Patient Care Coordination Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/PCC.mAPS/ and changes regularly. See the Directory of published versions

: Diagnostic Report Example for Gestational Diabetes - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ex-DiagnosticReport-GestationalDiabetes"] ; # 
  fhir:meta [
    ( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HTEST" ]     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes:{http://loinc.org 2345-7}\">Glucose [Mass/volume] in Serum or Plasma</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 HM}\">Hematology</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>Mandy </b> female, DoB: 1994-12-25 ( Medical record number/12345 (use: usual, period: 2001-05-06 --&gt; (ongoing)))</td></tr></table><p><b>Report Details</b></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HM" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:2345-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2345-7" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/ex-Patient-AmandaAlvarez" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/ex-Encounter" ]
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/ex-Practitioner" ]
  ] ) . #