This page is part of the At-Home In-Vitro Test Report (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Patient - At-Home In-Vitro Test - Patricia Noelle - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "patient-at-home-in-vitro-test-patricia-noelle"] ; #
fhir:meta [
fhir:versionId [ fhir:v "4" ] ;
fhir:lastUpdated [ fhir:v "2023-01-26T02:02:08.079+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#8Lcr0qlYU9srAJpp"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Patient-at-home-in-vitro-test"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Patient-at-home-in-vitro-test> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Patricia Noelle </b> female, DoB: 1954-10-17 ( Medical Record Number: 900 (use: USUAL))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li>ph: 555-555-2003(HOME)</li><li><a href=\"mailto:Patricia.Noelle@example.com\">Patricia.Noelle@example.com</a></li><li>7247 Main St Springfield IL 62707 US </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"This extension is a copy of the not-yet-published 6.0.0-ballot version US Core Sex for Clinical Use, which aligns with FHIR R5 [sexForClinicalUse extension](http://hl7.org/fhir/2022Sep/extension-patient-sexforclinicaluse.html) from which the following description is excerpted, "Sex for Clinical Use is a categorization of sex derived from observable information such as an organ inventory, recent hormone lab tests, genetic testing, menstrual status, obstetric history, etc. This property is intended for use in clinical decision making and indicates that treatment or diagnostic tests should consider best practices associated with the relevant reference population It describes the biological sex of an organism, which is most commonly determined based on anatomy and physiology or genetic (chromosome) analysis. It also optionally communicates the date when the sex was determined." See the referenced extension for more information.\">Extension - Sex For Clinical Use:</td><td colspan=\"3\"><ul><li>value: <span title=\"Codes: {http://hl7.org/fhir/us/home-lab-report/CodeSystem/codesystem-sex-for-clinical-use female}\">Female sex for clinical use</span></li></ul></td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/home-lab-report/StructureDefinition/Extension-sex-for-clinical-use"^^xsd:anyURI ] ;
( fhir:extension [
fhir:url [ fhir:v "value"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/home-lab-report/CodeSystem/codesystem-sex-for-clinical-use"^^xsd:anyURI ] ;
fhir:code [ fhir:v "female" ] ;
fhir:display [ fhir:v "Female sex for clinical use" ] ] ) ] ] )
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ] ;
fhir:display [ fhir:v "Medical Record Number" ] ] ) ;
fhir:text [ fhir:v "Medical Record Number" ] ] ;
fhir:system [ fhir:v "http://hospital.smarthealthit.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "900" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:family [ fhir:v "Noelle" ] ;
( fhir:given [ fhir:v "Patricia" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "555-555-2003" ] ;
fhir:use [ fhir:v "home" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "Patricia.Noelle@example.com" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1954-10-17"^^xsd:date] ; #
fhir:address ( [
( fhir:line [ fhir:v "7247 Main St" ] ) ;
fhir:city [ fhir:v "Springfield" ] ;
fhir:district [ fhir:v "Sangamon" ] ;
fhir:state [ fhir:v "IL" ] ;
fhir:postalCode [ fhir:v "62707" ] ;
fhir:country [ fhir:v "US" ]
] ) . #