Personal Health Records
1.0.0-ballot2 - STU 1 ballot International flag

Personal Health Records, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/personal-health-record-format-ig/ and changes regularly. See the Directory of published versions

: pghd-medicationadministration-insulin

Page standards status: Informative

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:MedicationAdministration ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pghd-medicationadministration-insulin-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/phr/StructureDefinition/pghd-medicationadministration-insulin"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/phr/StructureDefinition/pghd-medicationadministration-insulin>     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration pghd-medicationadministration-insulin-1</b></p><a name=\"pghd-medicationadministration-insulin-1\"> </a><a name=\"hcpghd-medicationadministration-insulin-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\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pghd-medicationadministration-insulin.html\">PGHD MedicationAdministration Insulin Profile</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"#hcpghd-medicationadministration-insulin-1/medication\">Medication: status = active</a></p><p><b>subject</b>: <a href=\"Patient-1.html\">John Doe Male, DoB: 1990-01-01</a></p><p><b>effective</b>: 2020-10-05 12:00:00-0500</p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Medication #medication</b></p><a name=\"pghd-medicationadministration-insulin-1/medication\"> </a><a name=\"hcpghd-medicationadministration-insulin-1/medication\"> </a><p><b>status</b>: Active</p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 1157460}\">insulin lispro</span></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:contained ( [
a fhir:Medication ;
fhir:id [ fhir:v "medication" ] ;
fhir:status [ fhir:v "active" ] ;
    ( fhir:ingredient [
fhir:item [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [
fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ;
fhir:l <http://www.nlm.nih.gov/research/umls/rxnorm>           ] ;
fhir:code [ fhir:v "1157460" ] ;
fhir:display [ fhir:v "insulin lispro / insulin lispro protamine, human Injectable Product" ]         ] ) ;
fhir:text [ fhir:v "insulin lispro" ]       ]     ] )
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:l <#medication> ;
fhir:reference [ fhir:v "#medication" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/1 ;
fhir:reference [ fhir:v "Patient/1" ]
  ] ; # 
  fhir:effective [
a fhir:DateTime ;
fhir:v "2020-10-05T12:00:00-05:00"^^xsd:dateTime
  ] . #