Bidirectional Services eReferral (BSeR)
2.0.0-ballot - STU2 United States of America flag

Bidirectional Services eReferral (BSeR), published by HL7 Public Health Working Group. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/bser/ and changes regularly. See the Directory of published versions

: Observation - Feedback - Decreased lactation - Baby Everybaby - TTL Representation

Raw ttl | Download


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

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

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "observation-bser-referral-observation-lactation-baby-everybaby"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/bser-referral-observation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/bser/StructureDefinition/bser-referral-observation>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"observation-bser-referral-observation-lactation-baby-everybaby\"> </a><a name=\"hcobservation-bser-referral-observation-lactation-baby-everybaby\"> </a></p><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\">Resource Observation &quot;observation-bser-referral-observation-lactation-baby-everybaby&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-bser-referral-observation.html\">BSeR Referral Observation</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Therapy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#therapy)</span></p><p><b>code</b>: Finding related to ability to perform breast-feeding (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#364826005)</span></p><p><b>subject</b>: <a href=\"Patient-patient-us-core-patient-baby-everybaby.html\">Patient/patient-us-core-patient-baby-everybaby: Baby Everybaby</a> &quot; EVERYBABY&quot;</p><p><b>effective</b>: 2019-01-17</p><p><b>performer</b>: <a href=\"PractitionerRole-practitionerrole-us-core-practitionerrole-referral-recipient.html\">PractitionerRole/practitionerrole-us-core-practitionerrole-referral-recipient</a></p><p><b>value</b>: Decreased lactation (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#199004)</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "therapy" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:364826005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "364826005" ] ;
fhir:display [ fhir:v "Finding related to ability to perform breast-feeding (finding)" ]     ] ) ;
fhir:text [ fhir:v "Finding related to ability to perform breast-feeding (finding)" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-us-core-patient-baby-everybaby" ] ;
fhir:display [ fhir:v "Baby Everybaby" ]
  ] ; # 
  fhir:effective [ fhir:v "2019-01-17"^^xsd:date] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "PractitionerRole/practitionerrole-us-core-practitionerrole-referral-recipient" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:199004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "199004" ] ;
fhir:display [ fhir:v "Decreased lactation (finding)" ]     ] ) ;
fhir:text [ fhir:v "Decreased lactation (finding)" ]
  ] . #