FHIR IG analytics| Package | br.go.ses.saude-mulher |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-ExameSolicitadoExemplo.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narrativa gerada: ServiceRequest ExameSolicitadoExemplo
Perfil: Exame Solicitado
status: Completed
intent: Order
code: Hgb Sg-mCnc
authoredOn: 2024-03-15
reasonCode: Supervisão de gravidez normal
{
"resourceType": "ServiceRequest",
"id": "ExameSolicitadoExemplo",
"meta": {
"profile": [
"https://fhir.saude.go.gov.br/r4/saude-mulher/StructureDefinition/exame-solicitado"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"intent": "order",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "718-7"
}
]
},
"subject": {
"reference": "Patient/IndividuoExemplo"
},
"encounter": {
"reference": "Encounter/ConsultaAcompanhamentoGestanteExemplo"
},
"authoredOn": "2024-03-15",
"reasonCode": [
{
"coding": [
{
"system": "http://www.saude.gov.br/fhir/r4/CodeSystem/BRCID10",
"code": "Z34"
}
]
}
]
}